Update Build Note
parent
72ed664d54
commit
853e1da5c5
|
@ -1,6 +1,6 @@
|
||||||
## Build for Windows
|
# Build for Windows
|
||||||
|
|
||||||
- Install Visual Studio and use Native Tools Command Prompt
|
Install Visual Studio and use Native Tools Command Prompt.
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir build-x64
|
mkdir build-x64
|
||||||
|
@ -10,7 +10,9 @@ cmake .. -G "Visual Studio 17 2022" -A x64
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build for Linux
|
# Build for Linux
|
||||||
|
|
||||||
|
We assume you are using Ubuntu.
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get install g++ make cmake
|
apt-get install g++ make cmake
|
||||||
|
|
Loading…
Reference in New Issue