Skip to content

Commit

Permalink
Merge pull request #102 from ermo/README-cmake-fix
Browse files Browse the repository at this point in the history
README.md: -DUSE_SYSTEM_BOOST=ON is the default now
  • Loading branch information
BenjamenMeyer authored May 12, 2020
2 parents ae6ec74 + 0c75753 commit 374316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ sudo apt-get -y install git cmake python-dev build-essential automake autoconf l
To enable/disable compile-time options with cmake, use `cmake -D<option>`. Example:

```bash
cmake ../engine -DSYSTEM_BOOST=ON -DUSE_PYTHON_3=ON -DCPU_SMP=2 -DCPUINTEL_native=ON -CMAKE_BUILD_TYPE=Debug
cmake ../engine -DUSE_PYTHON_3=ON -DCPU_SMP=2 -DCPUINTEL_native=ON -CMAKE_BUILD_TYPE=Debug
```

[Link to list of dependencies in wiki](http://vegastrike.sourceforge.net/wiki/HowTo:Compile_from_CVS)
Expand Down

0 comments on commit 374316f

Please sign in to comment.