Merge pull request #7 from mojodna/build-docs

Clarify how to build with make
This commit is contained in:
Benjamin Dobell 2015-05-14 02:07:40 +10:00
commit caf0dfdbf8

View File

@ -26,7 +26,8 @@ Usage with CLion or Qt Creator:
Usage with Makefiles, Visual Studio, etc. (see `cmake --help` for a complete list of generators):
1. `cd` to `cpp/build`
1. `mkdir build`
2. `cd` to `build`
3. Unix: run `cmake -G "Unix Makefiles" ..`
3. Windows: run `cmake -G "Visual Studio 10" ..`