Update Build Note
parent
853e1da5c5
commit
14fac50cd0
|
@ -10,6 +10,8 @@ cmake .. -G "Visual Studio 17 2022" -A x64
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now *.dll file is generated in the build-x64\Release directory.
|
||||||
|
|
||||||
# Build for Linux
|
# Build for Linux
|
||||||
|
|
||||||
We assume you are using Ubuntu.
|
We assume you are using Ubuntu.
|
||||||
|
@ -23,3 +25,5 @@ cmake ..
|
||||||
|
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now *.so file is generated in the build-x64 directory.
|
||||||
|
|
Loading…
Reference in New Issue