User Tools

Site Tools


compile_instructions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
compile_instructions [2016/12/24 18:35]
thooge [Generating Makefiles]
compile_instructions [2016/12/25 16:03] (current)
thooge [Distribution Specific Notes]
Line 34: Line 34:
 Go to the folder containing wolfpack folders then do a chmod +x configure to fix the script permission. The configure script will try to locate the headers and libraries required in your system and pass them to qmake to generate a makefile. Some options can be enabled/disabled from arguments passed to configure, check ''%%configure --help%%'' for details on them.  Go to the folder containing wolfpack folders then do a chmod +x configure to fix the script permission. The configure script will try to locate the headers and libraries required in your system and pass them to qmake to generate a makefile. Some options can be enabled/disabled from arguments passed to configure, check ''%%configure --help%%'' for details on them. 
  
-  chmod +x configure2.py 
   ./configure2.py   ./configure2.py
  
Line 44: Line 43:
  
 Debian GNU/Linux [[Client]]: (In the moment you have to add a path to your Python include files e.g. /usr/include/python2.7 manually) Debian GNU/Linux [[Client]]: (In the moment you have to add a path to your Python include files e.g. /usr/include/python2.7 manually)
 +
 +Finally
 +  make
 +  make install
  
 ==== Distribution Specific Notes ==== ==== Distribution Specific Notes ====
Line 52: Line 55:
   * QT4 Packages: ''libqt4-core libqt4-dev''   * QT4 Packages: ''libqt4-core libqt4-dev''
   * Python Packages: ''python2.7 python2.7-dev''   * Python Packages: ''python2.7 python2.7-dev''
-  * Boost: ''libboost-python1.33.libboost-python-dev'' +  * Boost: ''libboost-python1.55.libboost-python-dev'' 
-  * OpenAL Packages: ''lobopenal0 libopenal-dev'' (only required for the client)+  * OpenAL Packages: ''lobopenal1 libopenal-dev'' (only required for the client)
   * Recommended Packages: ''python2.7-mysqldb python2.7-sqlite python2.7-xml libsqlite0 libsqlite0-dev sqlite sqlite-doc''   * Recommended Packages: ''python2.7-mysqldb python2.7-sqlite python2.7-xml libsqlite0 libsqlite0-dev sqlite sqlite-doc''
   * MySQL Packages: ''libmysqlclient-dev libmysqlclient18 mysql-client mysql-common mysql-server''    * MySQL Packages: ''libmysqlclient-dev libmysqlclient18 mysql-client mysql-common mysql-server'' 
compile_instructions.1482600940.txt.gz · Last modified: 2016/12/24 18:35 by thooge