mirror of
https://github.com/glest/glest-source.git
synced 2025-08-27 17:59:48 +02:00
Update BUILD.md
Included instructions for multithread building.
This commit is contained in:
4
BUILD.md
4
BUILD.md
@@ -170,9 +170,9 @@ cmake to use the correct compiler)
|
|||||||
|
|
||||||
CC=`which egcc` CXX=`which eg++` cmake .. -DINSTALL_DIR_DATA=<absolute-path-to-data>
|
CC=`which egcc` CXX=`which eg++` cmake .. -DINSTALL_DIR_DATA=<absolute-path-to-data>
|
||||||
|
|
||||||
Now that the build configuration has been set, run make:
|
Now that the build configuration has been set, run make, replacing `X` with the number of CPU cores in your computer:
|
||||||
|
|
||||||
make
|
make -jX
|
||||||
|
|
||||||
The zetaglest binaries will be in the `build/` directory. Run
|
The zetaglest binaries will be in the `build/` directory. Run
|
||||||
'./zetaglest' to start the game.
|
'./zetaglest' to start the game.
|
||||||
|
Reference in New Issue
Block a user