Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created March 14, 2023 06:50
Show Gist options
  • Select an option

  • Save yuvalif/339d865cb5e7fef0a2e00bf8faf0c486 to your computer and use it in GitHub Desktop.

Select an option

Save yuvalif/339d865cb5e7fef0a2e00bf8faf0c486 to your computer and use it in GitHub Desktop.

missing system dependecies (some may not be missing):

sudo dnf install libtool flex bison autoconf automake
sudo dnf install texinfo
sudo dnf install readline-devel

get the code:

git clone https://github.com/cgdb/cgdb

build:

cd cgdb
./autogen.sh
mkdir build && cd build
../configure --prefix=/usr/
make -j $(nproc)

install:

sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment