wget -c http://cgdb.me/files/cgdb-0.6.8.tar.gz
.tar.gz
cd cgdb-
yum -y install texinfo help2man readline-devel ncurses-devel ncurses flex bison
./configure --prefix=/usr/local
make -j4
make install
04-25 18:35