forked from sudheesh001/DCLibPort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile.txt
executable file
·16 lines (12 loc) · 1.18 KB
/
compile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PtokaX need for compiling packages (and url where to find sources when package is not available in your OS):
g++ (name in Debian) | http://gcc.gnu.org/
make (name in Debian) | http://www.gnu.org/software/make/
liblua5.2 + liblua5.2-dev (names in Debian) | http://www.lua.org
zlib1g + zlib1g-dev (names in Debian) | http://zlib.net
TinyXml | http://sourceforge.net/projects/tinyxml
PtokaX was tested on debian where g++, make, lua (it can be any 5.2.x version, but in debian they always use only 5.2 in name) and zlib is available as packages.
TinyXml is missing in Debian, makefile for it is with PtokaX source in tinyxml directory.
For TinyXml compiling unpack files tinystr.cpp tinystr.h tinyxml.cpp tinyxml.h tinyxmlerror.cpp tinyxmlparser.cpp to tinyxml/src directory
and after run make (or gmake when GNU make is not default in your OS) from tinyxml directory.
For compiling PtokaX run make (or gmake when GNU make is not default in your OS) from PtokaX directory.
Compile guides for different Operating Systems are available in PtokaX Wiki http://wiki.ptokax.org/doku.php?id=guides.