Changes between Version 18 and Version 19 of doc/buildAndInstall/req
- Timestamp:
- 02/07/21 18:19:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/buildAndInstall/req
v18 v19 6 6 ||[http://gcc.gnu.org/ gcc]||gcc||GNU C Compiler|| 7 7 ||[http://www.gnu.org/software/make/ make]||make||Utility for building and linking programs and libraries|| 8 ||[http://www.gnu.org/software/autoconf/ autoconf ]||autoconf||Utility for automatic configuration of the source tree before the build process starts||9 ||[http://www.gnu.org/software/automake/ automake ]||automake||Utility for automatic Makefile creation||8 ||[http://www.gnu.org/software/autoconf/ autoconf >= 2.60]||autoconf||Utility for automatic configuration of the source tree before the build process starts|| 9 ||[http://www.gnu.org/software/automake/ automake >= 1.12]||automake||Utility for automatic Makefile creation|| 10 10 ||[http://www.gnu.org/software/libtool/ libtool]||libtool||Helper for creating shared libraries|| 11 ||[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||11 ||[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|| 12 12 ||[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|| 13 ||[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||13 ||[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|| 14 14 ||[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|| 15 ||[http://www.gnu.org/software/gettext/ gettext ]||gettext, autopoint (deb)[[BR]]gettext-devel (rpm)||Multilanguage support||16 ||[http://www.cvs.org cvs]||cvs ||Concurrent Versions System. Needed for 'autopoint' (from 'gettext' package). Required for gettext < 0.18 or if gettext >= 0.18is built with --with-cvs||15 ||[http://www.gnu.org/software/gettext/ gettext >= 0.18.1]||gettext, autopoint (deb)[[BR]]gettext-devel (rpm)||Multilanguage support|| 16 ||[http://www.cvs.org cvs]||cvs ||Concurrent Versions System. Needed for 'autopoint' (from 'gettext' package). Required if gettext is built with --with-cvs|| 17 17 ||[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|| 18 18 ||[http://unix.schottelius.org/gpm/ gpm] ||libgpm-dev (deb)[[BR]]gpm-devel (rpm)||General purpose mouse library for console || 19 19 ||[http://www.libssh2.org/ libssh2 >=1.2.5 ]||libssh2-1-dev (deb)[[BR]] libssh2-devel (rpm)|| Client-side C library implementing the SSH2 protocol || 20 20 ||[http://aspell.net/ aspell]||libaspell-dev (deb)[[BR]]aspell-devel (rpm)||Free and Open Source spell checker designed to eventually replace Ispell|| 21 ||[http://http://e2fsprogs.sourceforge.net/ e2fsprogs >=1.42.4 ]||libext2fs-dev (deb)[[BR]]e2fsprogs-devel (rpm)||Library implementing ext{2,3,4}fs support ||