cmake
linux:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```
```
windows:
mkdir build
cd build
cmake -A "x64" -T "v142,host=x64" ..
open the VS project file and build from it
```
mac:
mkdir build
cd build
cmake -GXcode ..
open the Xcode project file and build from it
```

浙公网安备 33010602011771号