Version 1 (modified by slavazanko, 15 years ago) (diff) |
---|
Programs and libraryes needed for sucessfull build
Name | Name of binary package | Description |
glibc | glibc-headers | Main GNU C-library |
gcc | gcc | C GNU-compiler |
make | make | Utility for building and linking programs and libraryes |
autoconf | autoconf | Utility for automatic configure source tree before build process starts |
automake | automake | Utility for automatic create Makefile files |
libtool | libtool | Utility-helper for create library code |
glib >= 2.6 | glib2-dev (deb) glib2-devel (rpm) | Cross-platform library with implementation of many basic algorithms |
pcre | pcre-dev (deb) pcre-devel (rpm) | Library for support REPL-compatible regular expressions. Need if version of glib less than 2.14 |
slang | slang2-dev (deb) slang2-devel (rpm) | Powerfull cross-platform library for work with text console. Library may be replaced via NCurses library |
ncurses | ncurses-dev (deb) ncurses-devel (rpm) | Library for work with text console. Library may be replaced via S-Lang2 |
gettext | gettext | Multilanguage support |
cvs | cvs | Control versions system. Need for 'autopoint' (from 'gettext' package) |
pkgconfig | pkgconfig | Utility for automatic getting compiler and linker flags to successfull build with anoter libraryes and programs |