Update Build Note

akaneyu 2024-03-12 21:25:37 +09:00
parent 853e1da5c5
commit 14fac50cd0
1 changed files with 4 additions and 0 deletions

@ -10,6 +10,8 @@ cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
```
Now *.dll file is generated in the build-x64\Release directory.
# Build for Linux
We assume you are using Ubuntu.
@ -23,3 +25,5 @@ cmake ..
cmake --build . --config Release
```
Now *.so file is generated in the build-x64 directory.