File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The Windows build of libModSecurity uses Build Tools for Visual Studio 2022 (for
1818 * Windows SDK
1919 * CMake
2020 * Address Sanitizer
21- * [ Conan package manager 2.2 .2] ( https://github.com/conan-io/conan/releases/download/2.2 .2/conan-2.2 .2-windows-x86_64-installer.exe )
21+ * [ Conan package manager 2.10 .2] ( https://github.com/conan-io/conan/releases/download/2.10 .2/conan-2.10 .2-windows-x86_64-installer.exe )
2222 * Install and then setup the default Conan profile to use the MSVC C++ compiler:
2323 1 . Open a command-prompt and set the MSVC C++ compiler environment by executing: ` C:\BuildTools\VC\Auxiliary\Build\vcvars64.bat `
2424 2 . Execute: ` conan profile detect --force `
@@ -30,7 +30,7 @@ The Windows build of libModSecurity uses Build Tools for Visual Studio 2022 (for
3030
3131## Build
3232
33- Install the prerequisites listsed in the previous section, checkout libModSecurity and from the directory where it's located execute:
33+ Install the prerequisites listed in the previous section, checkout libModSecurity and from the directory where it's located execute:
3434
3535```
3636vcbuild.bat [build_configuration] [arch] [USE_ASAN]
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN %INSTALLER% /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL `
3535 /NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /LOADINF=git.inf
3636
3737# download & setup conan
38- ARG CONAN_VERSION=2.2 .2
38+ ARG CONAN_VERSION=2.10 .2
3939ARG CONAN_BINARY=conan-${CONAN_VERSION}-windows-x86_64-installer.exe
4040ARG CONAN_URL=https://github.com/conan-io/conan/releases/download/${CONAN_VERSION}/${CONAN_BINARY}
4141
You can’t perform that action at this time.
0 commit comments