File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,13 @@ The Windows build of libModSecurity uses Build Tools for Visual Studio 2022 (for
18
18
* Windows SDK
19
19
* CMake
20
20
* 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 )
22
22
* Install and then setup the default Conan profile to use the MSVC C++ compiler:
23
23
1 . Open a command-prompt and set the MSVC C++ compiler environment by executing: ` C:\BuildTools\VC\Auxiliary\Build\vcvars64.bat `
24
24
2 . Execute: ` conan profile detect --force `
25
+ 3 . Make sure you are using latest conan center:
26
+ ` conan remote list `
27
+ ` conan remote update conan-center https://center.conan.io `
25
28
* [ Git for Windows 2.44.0] ( https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.exe )
26
29
* To clone the libModSecurity repository.
27
30
* NOTE: Make sure to initialize and update submodules (to get ` libinjection ` and regression tests)
@@ -30,7 +33,7 @@ The Windows build of libModSecurity uses Build Tools for Visual Studio 2022 (for
30
33
31
34
## Build
32
35
33
- Install the prerequisites listsed in the previous section, checkout libModSecurity and from the directory where it's located execute:
36
+ Install the prerequisites listed in the previous section, checkout libModSecurity and from the directory where it's located execute:
34
37
35
38
```
36
39
vcbuild.bat [build_configuration] [arch] [USE_ASAN]
You can’t perform that action at this time.
0 commit comments