= 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://uclibc.org/ uClibc]||uclibc-source (deb)||Alternative to glibc for embedded or lean systems like !OpenWrt or Freetz|| ||[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 >= 2.60]||autoconf||Utility for automatic configuration of the source tree before the build process starts|| ||[http://www.gnu.org/software/automake/ automake >= 1.12]||automake||Utility for automatic Makefile creation|| ||[http://www.gnu.org/software/libtool/ libtool]||libtool||Helper for creating shared libraries|| ||[http://www.gtk.org glib2 >= 2.30] || 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/ slang2]||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 >= 0.18.1]||gettext, autopoint (deb)[[BR]]gettext-devel (rpm)||Multilanguage support|| ||[http://www.cvs.org cvs]||cvs ||Concurrent Versions System. Needed for 'autopoint' (from 'gettext' package). Required if gettext is built with --with-cvs|| ||[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 || ||[http://www.libssh2.org/ libssh2 >=1.2.5 ]||libssh2-1-dev (deb)[[BR]] libssh2-devel (rpm)|| Client-side C library implementing the SSH2 protocol || ||[http://aspell.net/ aspell]||libaspell-dev (deb)[[BR]]aspell-devel (rpm)||Free and Open Source spell checker designed to eventually replace Ispell|| ||[http://http://e2fsprogs.sourceforge.net/ e2fsprogs >=1.42.4 ]||libext2fs-dev (deb)[[BR]]e2fsprogs-devel (rpm)||Library implementing ext{2,3,4}fs support ||