= Programs and libraries needed for successful build = ||'''Name'''||'''Name of binary package'''||'''Description'''|| ||[http://www.gnu.org/software/libc/ glibc]||glibc-headers||Main GNU C Library|| ||[http://gcc.gnu.org/ gcc]||gcc||GNU C Compiler|| ||[http://www.gnu.org/software/make/ make]||make||Utility for building and linking programs and libraries|| ||[http://www.gnu.org/software/autoconf/ autoconf]||autoconf||Utility for automatic configuration of the source tree before the build process starts|| ||[http://www.gnu.org/software/automake/ automake]||automake||Utility for automatic Makefile creation|| ||[http://www.gnu.org/software/libtool/ libtool]||libtool||Helper for creating shared libraries|| ||[http://www.gtk.org glib >= 2.8] || libglib2.0-dev (deb)[[BR]]glib2-devel (rpm) ||Cross-platform library with the implementations of many basic algorithms|| ||[http://http://www.pcre.org/ pcre]|| libpcre3-dev (deb)[[BR]]pcre-devel (rpm)||Library for PERL-compatible regular expressions support. Needed if glib version is lower than 2.14|| ||[http://www.s-lang.org/ slang]|| libslang2-dev (deb)[[BR]]slang2-devel (rpm) ||Powerfull cross-platform library for text console manipulation. This library is alternative to the ncurses library|| ||[http://www.gnu.org/software/ncurses/ ncurses]||libncurses-dev (deb)[[BR]]ncurses-devel (rpm) ||Yet another library for working with text console. May be replaced with S-Lang2|| ||[http://www.gnu.org/software/gettext/ gettext]||gettext||Multilanguage support|| ||[http://www.cvs.org cvs]||cvs ||Concurrent Versions System. Needed for 'autopoint' (from 'gettext' package)|| ||[http://pkg-config.freedesktop.org/wiki/ pkgconfig]||pkgconfig||Utility for automatically getting the linker and compiler flags right to successfully link against other libraries and programs|| || [http://unix.schottelius.org/gpm/ gpm] || libgpm-dev (deb)[[BR]]gpm-devel (rpm) ||General purpose mouse library for console ||