Updating INSTALL file.

This commit is contained in:
lotodore
2012-01-19 22:24:07 +00:00
parent 884c89f670
commit 9c8c1122d9
+8 -13
View File
@@ -4,18 +4,18 @@ Requirements
To compile PokerTH you need following libs: To compile PokerTH you need following libs:
Linux: Linux:
- Qt version >= 4.4.3, 4.7.1 recommended --> http://qtsoftware.com/ - Qt version >= 4.4.3, 4.8.0 recommended --> http://qtsoftware.com/
- zlib version 1.2.3 --> http://www.zlib.net/ - zlib version >= 1.2.3 --> http://www.zlib.net/
- libcurl version >= 7.16 --> http://curl.haxx.se/ - libcurl version >= 7.16 --> http://curl.haxx.se/
- gnutls (e.g. version 2.2.2) --> http://www.gnu.org/software/gnutls/ - libgcrypt (e.g. version 1.4.6) --> http://www.gnu.org/software/libgcrypt/
- libgsasl version >= 1.4 --> http://www.gnu.org/software/gsasl/
- libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options, - libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options,
libboost_iostreams, libboost_asio, libboost_regex libboost_iostreams, libboost_asio, libboost_regex, libboost_random, libboost_uuid
(version >= 1.42, latest always recommended) --> http://www.boost.org/ (version >= 1.44, latest always recommended) --> http://www.boost.org/
- libSDL_mixer, libSDL --> http://www.libsdl.org/ - libSDL_mixer, libSDL --> http://www.libsdl.org/
- libSQLite >= 3.0 --> http://sqlite.org/ - libSQLite3 --> http://sqlite.org/
- libtinyxml > 2.0 --> http://www.sourceforge.net/projects/tinyxml - libtinyxml > 2.0 --> http://www.sourceforge.net/projects/tinyxml
- For the server: libircclient 1.3 --> http://www.sourceforge.net/projects/libircclient/
NOTE: PokerTH might compile with libboost < 1.36 but occasional crashes will occur!
Windows: Windows:
see docs/build_mingw_windows.txt see docs/build_mingw_windows.txt
@@ -33,8 +33,3 @@ Linux:
2. Type "make" to compile the package. 2. Type "make" to compile the package.
3. Become root (typing "su") and type "make install" to install the program binary. 3. Become root (typing "su") and type "make install" to install the program binary.
Windows:
Please check out the automatic windows build script --> http://sourceforge.net/project/showfiles.php?group_id=166634&package_id=268019