client-root/third_party/build_fvad.txt

9 lines
327 B
Plaintext
Raw Normal View History

2019-07-01 06:40:51 -04:00
Windows AMD64:
cd libfvad
if [[ ! -d out/win32_amd64 ]]; then
mkdir -p out/win32_amd64
fi
cd out/win32_amd64
cmake ../../ -G"Visual Studio 14 2015 Win64" -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DBUILD_STATIC=ON -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=.
MSBuild.exe //p:Configuration=Release //p:Platform=x64 INSTALL.vcxproj