2015-07-09 23:57:59 +08:00
|
|
|
BUILDING
|
|
|
|
========
|
|
|
|
|
|
|
|
Prerequisites for all platforms
|
|
|
|
-------------------------------
|
|
|
|
|
|
|
|
* CMake 2.8.0 or later
|
|
|
|
|
|
|
|
|
|
|
|
Windows (Visual Studio)
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
* Start a Visual Studio command prompt then:
|
2015-09-28 20:06:18 +08:00
|
|
|
* `mkdir build`
|
|
|
|
* `cd build`
|
|
|
|
* `cmake .. -G "NMake Makefiles"`
|
|
|
|
* `nmake`
|
2015-07-09 23:57:59 +08:00
|
|
|
|
|
|
|
Linux
|
|
|
|
-----
|
|
|
|
|
2015-09-28 20:06:18 +08:00
|
|
|
* `mkdir build`
|
|
|
|
* `cd build`
|
|
|
|
* `cmake ..`
|
|
|
|
* `make`
|