Clarify how to build with make
This commit is contained in:
parent
4675f70e66
commit
70b49eebe2
@ -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):
|
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. Unix: run `cmake -G "Unix Makefiles" ..`
|
||||||
3. Windows: run `cmake -G "Visual Studio 10" ..`
|
3. Windows: run `cmake -G "Visual Studio 10" ..`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user