Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created March 14, 2023 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalif/339d865cb5e7fef0a2e00bf8faf0c486 to your computer and use it in GitHub Desktop.
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