We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a21878 commit a835de1Copy full SHA for a835de1
.gitignore
@@ -10,3 +10,4 @@ libssh/compile_commands.json
10
wheelhouse
11
.idea
12
tests/unit_test_cert_key-cert.pub
13
+doc/_build
ci/appveyor/build_ssh.bat
@@ -4,6 +4,7 @@ mkdir src
4
cd src
5
6
cmake ..\libssh ^
7
+ -A x64 ^
8
-DCMAKE_BUILD_TYPE=Release ^
9
-DZLIB_LIBRARY=C:/zlib/lib/zlibstatic.lib ^
-DZLIB_INCLUDE_DIR=C:/zlib/include ^
ci/appveyor/build_zlib.bat
@@ -3,6 +3,7 @@ IF "%PYTHON_VERSION%" == "2.7" (exit 0)
3
mkdir zlib_build && cd zlib_build
cmake ..\zlib-1.2.11 ^
-DCMAKE_INSTALL_PREFIX="C:\zlib" ^
-DBUILD_SHARED_LIBS=OFF
0 commit comments