| 1 | = Programs and libraryes needed for sucessfull build = |
| 2 | |
| 3 | ||'''Name'''||'''Name of binary package'''||'''Description'''|| |
| 4 | ||[http://www.gnu.org/software/libc/ glibc]||glibc-headers||Main GNU C-library|| |
| 5 | ||[http://gcc.gnu.org/ gcc]||gcc||C GNU-compiler|| |
| 6 | ||[http://www.gnu.org/software/make/ make]||make||Utility for building and linking programs and libraryes|| |
| 7 | ||[http://www.gnu.org/software/autoconf/ autoconf]||autoconf||Utility for automatic configure source tree before build process starts|| |
| 8 | ||[http://www.gnu.org/software/automake/ automake]||automake||Utility for automatic create Makefile files|| |
| 9 | ||[http://www.gnu.org/software/libtool/ libtool]||libtool||Utility-helper for create library code|| |
| 10 | ||[http://www.gtk.org glib >= 2.6] || glib2-dev (deb)[[BR]]glib2-devel (rpm)|| Cross-platform library with implementation of many basic algorithms|| |
| 11 | ||[http://http://www.pcre.org/ pcre]|| pcre-dev (deb)[[BR]]pcre-devel (rpm)|| Library for support REPL-compatible regular expressions. Need if version of glib less than 2.14|| |
| 12 | ||[http://www.s-lang.org/ slang]||slang2-dev (deb)[[BR]]slang2-devel (rpm)||Powerfull cross-platform library for work with text console. Library may be replaced via NCurses library|| |
| 13 | ||[http://www.gnu.org/software/ncurses/ ncurses]||ncurses-dev (deb)[[BR]]ncurses-devel (rpm)||Library for work with text console. Library may be replaced via S-Lang2|| |
| 14 | ||[http://www.gnu.org/software/gettext/ gettext]||gettext||Multilanguage support|| |
| 15 | ||[http://www.cvs.org cvs]||cvs || Control versions system. Need for 'autopoint' (from 'gettext' package)|| |
| 16 | ||[http://pkg-config.freedesktop.org/wiki/ pkgconfig]||pkgconfig||Utility for automatic getting compiler and linker flags to successfull build with anoter libraryes and programs|| |
| 17 | |