File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Install pre-compiled OpenSSL Win64
4242 run : |
43- curl -Lo openssl-1.1.1o .zip https://github.com/neodiX42/precompiled-openssl-win64/raw/main/openssl-1.1.1o .zip
44- jar xf openssl-1.1.1o .zip
43+ curl -Lo openssl-1.1.1j .zip https://github.com/neodiX42/precompiled-openssl-win64/raw/main/openssl-1.1.1j .zip
44+ jar xf openssl-1.1.1j .zip
4545
4646 - name : Install pre-compiled libmicrohttpd Win64
4747 run : |
5454 echo %root%
5555 mkdir build
5656 cd build
57- cmake -DPORTABLE=1 -DZLIB_FOUND=1 -DMHD_FOUND=1 -DMHD_LIBRARY=%root%\libmicrohttpd-0.9.75-w32-bin\x86_64\VS2019\Release-static\libmicrohttpd.lib -DMHD_INCLUDE_DIR=%root%\libmicrohttpd-0.9.75-w32-bin\x86_64\VS2019\Release-static -DZLIB_INCLUDE_DIR=%root%\zlib -DZLIB_LIBRARY=%root%\zlib\contrib\vstudio\vc14\x64\ZlibStatReleaseWithoutAsm\zlibstat.lib -DOPENSSL_FOUND=1 -DOPENSSL_INCLUDE_DIR=%root%/openssl-1.1/x64/ include -DOPENSSL_CRYPTO_LIBRARY=%root%/openssl-1.1/x64/ lib/libcrypto .lib -DCMAKE_CXX_FLAGS="/DTD_WINDOWS=1 /EHsc /bigobj /W0 " ..
57+ cmake -DPORTABLE=1 -DZLIB_FOUND=1 -DMHD_FOUND=1 -DMHD_LIBRARY=%root%\libmicrohttpd-0.9.75-w32-bin\x86_64\VS2019\Release-static\libmicrohttpd.lib -DMHD_INCLUDE_DIR=%root%\libmicrohttpd-0.9.75-w32-bin\x86_64\VS2019\Release-static -DZLIB_INCLUDE_DIR=%root%\zlib -DZLIB_LIBRARY=%root%\zlib\contrib\vstudio\vc14\x64\ZlibStatReleaseWithoutAsm\zlibstat.lib -DOPENSSL_FOUND=1 -DOPENSSL_INCLUDE_DIR=%root%/openssl-1.1.1j/ include -DOPENSSL_CRYPTO_LIBRARY=%root%/openssl-1.1.1j/ lib/libcrypto_static .lib -DCMAKE_CXX_FLAGS="/DTD_WINDOWS=1 /EHsc /bigobj" ..
5858 cmake --build . --target storage-daemon storage-daemon-cli blockchain-explorer fift func tonlib tonlibjson tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork --config Release
5959
6060 - name : Show executables
You can’t perform that action at this time.
0 commit comments