# # # patch "INSTALL" # from [0e730645496d330b98a89448251afc7913d56a8b] # to [8fd600fa5edef9ce7be92f02bb3fa4e2b406521e] # ============================================================ --- INSTALL 0e730645496d330b98a89448251afc7913d56a8b +++ INSTALL 8fd600fa5edef9ce7be92f02bb3fa4e2b406521e @@ -12,12 +12,19 @@ 1. prerequisites: * software prerequisites: + - autoconf. + - automake. + - gettext. - a supported C++ compiler: g++ 3.2 or later. - an installed copy of boost 1.32.0 or later. - zlib 1.1.4 or later. + - libiconv if the iconv() function is missing. on debian: + apt-get install autoconf + apt-get install automake + apt-get install gettext apt-get install libboost-regex-dev apt-get install libboost-dev apt-get install libz-dev @@ -25,9 +32,17 @@ 1. prerequisites: on fedora: + apt-get install autoconf + apt-get install automake + apt-get install gettext apt-get install boost-devel + apt-get install libz-devel apt-get install g++ + on Windows (incomplete): + + libiconv (http://gnuwin32.sourceforge.net/packages/libiconv.htm) + on other systems: check your system package repository, you may need to