Clarify how to build with make

This commit is contained in:
Seth Fitzsimmons 2015-02-24 10:42:01 -08:00
parent 4675f70e66
commit 70b49eebe2

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" ..`