Update Build Note
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user