Update Build Note

akaneyu 2024-03-12 20:44:04 +09:00
parent d89b91b4ac
commit 72ed664d54
1 changed files with 4 additions and 0 deletions

@ -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 ..