@@ -477,18 +477,18 @@ File Type: EXECUTABLE IMAGE
477
477
478
478
Image has the following dependencies:
479
479
480
- boost_coroutine-vc142-mt-gd-x64-1_82 .dll
481
- boost_date_time-vc142-mt-gd-x64-1_82 .dll
482
- boost_filesystem-vc142-mt-gd-x64-1_82 .dll
483
- boost_thread-vc142-mt-gd-x64-1_82 .dll
484
- boost_regex-vc142-mt-gd-x64-1_82 .dll
480
+ boost_coroutine-vc142-mt-gd-x64-1_83 .dll
481
+ boost_date_time-vc142-mt-gd-x64-1_83 .dll
482
+ boost_filesystem-vc142-mt-gd-x64-1_83 .dll
483
+ boost_thread-vc142-mt-gd-x64-1_83 .dll
484
+ boost_regex-vc142-mt-gd-x64-1_83 .dll
485
485
libssl-3_0-x64.dll
486
486
libcrypto-3_0-x64.dll
487
487
WS2_32.dll
488
488
dbghelp.dll
489
489
SHLWAPI.dll
490
490
msi.dll
491
- boost_unit_test_framework-vc142-mt-gd-x64-1_82 .dll
491
+ boost_unit_test_framework-vc142-mt-gd-x64-1_83 .dll
492
492
KERNEL32.dll
493
493
SHELL32.dll
494
494
ADVAPI32.dll
@@ -1763,7 +1763,7 @@ mkdir build
1763
1763
cd .\build\
1764
1764
1765
1765
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" `
1766
- -DICINGA2_UNITY_BUILD=OFF -DBoost_INCLUDE_DIR=C:\local\boost_1_82_0 -Win64 `
1766
+ -DICINGA2_UNITY_BUILD=OFF -DBoost_INCLUDE_DIR=C:\local\boost_1_83_0 -Win64 `
1767
1767
-DBISON_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe `
1768
1768
-DFLEX_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_flex.exe `
1769
1769
-DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF ..
@@ -1936,29 +1936,29 @@ Download the [boost-binaries](https://sourceforge.net/projects/boost/files/boost
1936
1936
- 64 for 64 bit builds
1937
1937
1938
1938
```
1939
- https://sourceforge.net/projects/boost/files/boost-binaries/1.82.0/boost_1_82_0 -msvc-14.2-64.exe/download
1939
+ https://sourceforge.net/projects/boost/files/boost-binaries/1.82.0/boost_1_83_0 -msvc-14.2-64.exe/download
1940
1940
```
1941
1941
1942
- Run the installer and leave the default installation path in ` C:\local\boost_1_82_0 ` .
1942
+ Run the installer and leave the default installation path in ` C:\local\boost_1_83_0 ` .
1943
1943
1944
1944
1945
1945
##### Source & Compile
1946
1946
1947
1947
In order to use the boost development header and library files you need to [ download] ( https://www.boost.org/users/download/ )
1948
- Boost and then extract it to e.g. ` C:\local\boost_1_82_0 ` .
1948
+ Boost and then extract it to e.g. ` C:\local\boost_1_83_0 ` .
1949
1949
1950
1950
> ** Note**
1951
1951
>
1952
1952
> Just use ` C:\local ` , the zip file already contains the sub folder. Extraction takes a while,
1953
1953
> the archive contains more than 70k files.
1954
1954
1955
1955
In order to integrate Boost into Visual Studio, open the ` Developer Command Prompt ` from the start menu,
1956
- and navigate to ` C:\local\boost_1_82_0 ` .
1956
+ and navigate to ` C:\local\boost_1_83_0 ` .
1957
1957
1958
1958
Execute ` bootstrap.bat ` first.
1959
1959
1960
1960
```
1961
- cd C:\local\boost_1_82_0
1961
+ cd C:\local\boost_1_83_0
1962
1962
bootstrap.bat
1963
1963
```
1964
1964
@@ -2041,8 +2041,8 @@ You need to specify the previously installed component paths.
2041
2041
2042
2042
Variable | Value | Description
2043
2043
----------------------|----------------------------------------------------------------------|-------------------------------------------------------
2044
- ` BOOST_ROOT ` | ` C:\local\boost_1_82_0 ` | Root path where you've extracted and compiled Boost.
2045
- ` BOOST_LIBRARYDIR ` | Binary: ` C:\local\boost_1_82_0 \lib64-msvc-14.2 ` , Source: ` C:\local\boost_1_82_0 \stage ` | Path to the static compiled Boost libraries, directory must contain ` lib ` .
2044
+ ` BOOST_ROOT ` | ` C:\local\boost_1_83_0 ` | Root path where you've extracted and compiled Boost.
2045
+ ` BOOST_LIBRARYDIR ` | Binary: ` C:\local\boost_1_83_0 \lib64-msvc-14.2 ` , Source: ` C:\local\boost_1_83_0 \stage ` | Path to the static compiled Boost libraries, directory must contain ` lib ` .
2046
2046
` BISON_EXECUTABLE ` | ` C:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison.exe ` | Path to the Bison executable.
2047
2047
` FLEX_EXECUTABLE ` | ` C:\ProgramData\chocolatey\lib\winflexbison\tools\win_flex.exe ` | Path to the Flex executable.
2048
2048
` ICINGA2_WITH_MYSQL ` | OFF | Requires extra setup for MySQL if set to ` ON ` . Not supported for client setups.
@@ -2079,8 +2079,8 @@ $env:ICINGA2_INSTALLPATH = 'C:\Program Files\Icinga2-debug'
2079
2079
$env:ICINGA2_BUILDPATH='debug'
2080
2080
$env:CMAKE_BUILD_TYPE='Debug'
2081
2081
$env:OPENSSL_ROOT_DIR='C:\OpenSSL-Win64'
2082
- $env:BOOST_ROOT='C:\local\boost_1_82_0 '
2083
- $env:BOOST_LIBRARYDIR='C:\local\boost_1_82_0 \lib64-msvc-14.2'
2082
+ $env:BOOST_ROOT='C:\local\boost_1_83_0 '
2083
+ $env:BOOST_LIBRARYDIR='C:\local\boost_1_83_0 \lib64-msvc-14.2'
2084
2084
```
2085
2085
2086
2086
#### Icinga 2 in Visual Studio
0 commit comments