9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
Windows AMD64:
|
|
cd ed25519
|
|
if [[ ! -d out/win32_amd64 ]]; then
|
|
mkdir -p out/win32_amd64
|
|
fi
|
|
cd out/win32_amd64
|
|
cmake ../../ -G"Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=. -DUSE_OPENSSL=OFF
|
|
MSBuild.exe //p:Configuration=Release //p:Platform=x64 ed25519.vcxproj
|
|
MSBuild.exe //p:Configuration=Release //p:Platform=x64 INSTALL.vcxproj |