File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Make sure you have the following applications installed on your system
13
13
- [ cygwin] ( https://www.cygwin.com/ ) with the following packages
14
14
- [ make] ( https://cygwin.com/packages/summary/make.html )
15
15
- [ pkg-config] ( https://cygwin.com/packages/summary/pkg-config.html )
16
+ - [ libssh2-devel] ( https://cygwin.com/packages/summary/libssh2-devel.html )
16
17
- [ zlib] ( https://cygwin.com/packages/summary/zlib.html ) (optional)
17
18
18
19
_ After setting up cygwin, add cygwin /bin folder to the ** path** environment variable_
@@ -43,10 +44,10 @@ cd <FOLDER WHERE LIBGIT2 IS AVAILABLE>
43
44
44
45
mkdir build && cd build
45
46
46
- cmake -DCMAKE_INSTALL_PREFIX=../install && \
47
- -DCMAKE_FIND_ROOT_PATH=../lib && \
48
- -DOPENSSL_SSL_LIBRARY=../lib/win/lib && \
49
- -DOPENSSL_CRYPTO_LIBRARY=../lib/win/lib && \
47
+ cmake -DCMAKE_INSTALL_PREFIX=../install \
48
+ -DCMAKE_FIND_ROOT_PATH=../lib \
49
+ -DOPENSSL_SSL_LIBRARY=../lib/win/lib \
50
+ -DOPENSSL_CRYPTO_LIBRARY=../lib/win/lib \
50
51
-DEMBED_SSH_PATH=../libssh2 ..
51
52
52
53
# If the above command completes without any error, execute the following command
You can’t perform that action at this time.
0 commit comments