Fix README documentation
This commit is contained in:
parent
d6dd3411d7
commit
bed5047a2f
15
README.md
15
README.md
|
@ -11,14 +11,15 @@ Windows (Visual Studio)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
* Start a Visual Studio command prompt then:
|
* Start a Visual Studio command prompt then:
|
||||||
$ mkdir build
|
* `mkdir build`
|
||||||
$ cd build
|
* `cd build`
|
||||||
$ cmake .. -G "NMake Makefiles"
|
* `cmake .. -G "NMake Makefiles"`
|
||||||
$ nmake
|
* `nmake`
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
-----
|
-----
|
||||||
|
|
||||||
$ mkdir build
|
* `mkdir build`
|
||||||
$ cmake ..
|
* `cd build`
|
||||||
$ make
|
* `cmake ..`
|
||||||
|
* `make`
|
||||||
|
|
Loading…
Reference in New Issue