Difference between revisions of "Compiling TPT++ on debian/ubuntu"
m (Added recommended python version) |
m (some fixes) |
||
Line 13: | Line 13: | ||
''3)'' Navigate to your folder containing the TPT++ source code (The-Powder-Toy) and type: | ''3)'' Navigate to your folder containing the TPT++ source code (The-Powder-Toy) and type: | ||
− | '''scons --lin --release''' (You need to add | + | '''scons --lin --release''' (You need to add '''--64bit''' if you are compiling for 64 bit) |
− | You can also use '''--sse3''' if | + | You can also use '''--sse2''' or '''--sse3''' for sse optimizations if you have a recent (not ancient) computer. |
− | ''4)'' Once scons has finished compiling (it will say "Done building targets" in the terminal), | + | ''4)'' Once scons has finished compiling (it will say "Done building targets" in the terminal), Run TPT++ by typing '''build/powder<tab>''' and seeing what completions are availiable |
− | |||
− | |||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Compiling]] | [[Category:Compiling]] |
Revision as of 03:59, 8 June 2013
If you want to see the old guide, or compile for the old c version of tpt with the makefile, see Compiling for Linux
To compile TPT++ you need to do the following:
1) Open your Terminal and type:
sudo apt-get install build-essential libsdl1.2-dev libbz2-dev zlib1g-dev liblua5.1.0-dev fftw3-dev git scons (64 bit systems use lib64bz2-dev, also you might have some of these packages installed, so if you see "X is already newest version" just ignore it)
You MUST have Python installed and working in order for scons to work! (Python 2.7 is recommended)
2) Run git clone git://github.com/FacialTurd/The-Powder-Toy.git
3) Navigate to your folder containing the TPT++ source code (The-Powder-Toy) and type:
scons --lin --release (You need to add --64bit if you are compiling for 64 bit)
You can also use --sse2 or --sse3 for sse optimizations if you have a recent (not ancient) computer.
4) Once scons has finished compiling (it will say "Done building targets" in the terminal), Run TPT++ by typing build/powder<tab> and seeing what completions are availiable