Update Build Note
parent
d89b91b4ac
commit
72ed664d54
|
@ -1,5 +1,7 @@
|
|||
## Build for Windows
|
||||
|
||||
- Install Visual Studio and use Native Tools Command Prompt
|
||||
|
||||
```
|
||||
mkdir build-x64
|
||||
cd build-x64
|
||||
|
@ -11,6 +13,8 @@ cmake --build . --config Release
|
|||
## Build for Linux
|
||||
|
||||
```
|
||||
apt-get install g++ make cmake
|
||||
|
||||
mkdir build-x64
|
||||
cd build-x64
|
||||
cmake ..
|
||||
|
|
Loading…
Reference in New Issue