mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 03:02:34 +01:00
Update BUILD.md
Included instructions for multithread building.
This commit is contained in:
parent
9472690963
commit
e668431ca3
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>
|
||||
|
||||
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
|
||||
'./zetaglest' to start the game.
|
||||
|
Loading…
x
Reference in New Issue
Block a user