mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
Upgraded external libraries in Windows build environment
- cmake-3.19.0 - opencv-4.5.0 - openssl-1.1.1h
This commit is contained in:
parent
be1728d535
commit
c7b6f5ffba
3 changed files with 6 additions and 6 deletions
|
@ -16,9 +16,9 @@ set NSISInstallPath=%EnvToolsPath%\NSIS
|
|||
set MinGitInstall=MinGit-2.28.0-32-bit.zip
|
||||
set MinGitUrl=https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/%MinGitInstall%
|
||||
set MinGitInstallPath=%EnvToolsPath%\MinGit
|
||||
set CMakeVersion=cmake-3.1.0-win32-x86
|
||||
set CMakeVersion=cmake-3.19.0-win32-x86
|
||||
set CMakeInstall=%CMakeVersion%.zip
|
||||
set CMakeUrl=http://www.cmake.org/files/v3.1/%CMakeInstall%
|
||||
set CMakeUrl=https://github.com/Kitware/CMake/releases/download/v3.19.0/%CMakeInstall%
|
||||
set CMakeInstallPath=%EnvToolsPath%\cmake
|
||||
set TorProjectUrl=https://www.torproject.org
|
||||
set TorDownloadIndexUrl=%TorProjectUrl%/download/tor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue