Skip to content

Commit 673e431

Browse files
authored
Merge branch 'main' into update-boost-link
2 parents 4cd25df + 55471bb commit 673e431

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ jobs:
155155
$env:Path += ";C:\Program Files (x86)\zlib\bin"
156156
- name: Install boost
157157
run: |
158-
Invoke-WebRequest "https://sourceforge.net/projects/boost/files/boost/1.87.0/boost_1_87_0.zip/download" -OutFile "boost_1_87_0.zip"
158+
Invoke-WebRequest "https://archives.boost.io/release/1.87.0/source/boost_1_87_0.zip" -OutFile "boost_1_87_0.zip"
159159
Expand-Archive "boost_1_87_0.zip" -Force
160-
cd .\boost_1_87_0\
160+
cd .\boost_1_87_0\boost_1_87_0\
161161
.\bootstrap.bat
162162
.\b2 toolset=msvc-14.2 address-model=64 install define=_WIN32_WINNT=0x0601 define=BOOST_WINAPI_VERSION_WIN7 link=static
163163
- name: Install protobuf

Diff for: windows-localproxy-build.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
* `nmake`
4848
* `nmake install` ( install protobuf inside C:\Program Files (x86)\ )
4949
* Download and install boost
50-
* Download from https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
51-
* Extract boost_1_76_0.tar.gz
50+
* Download from https://archives.boost.io/release/1.87.0/source/boost_1_87_0.zip
51+
* Extract boost_1_87_0.zip
5252
* Use Visual Studio native tool command prompt
53-
* `cd path/to/boost_1_76_0`
53+
* `cd path/to/boost_1_87_0`
5454
* `bootstrap.bat`
5555
* `.\b2 toolset=msvc address-model={32 | 64} install define=BOOST_WINAPI_VERSION_WIN10` ( installs boost inside C:\)
5656
* Replace `BOOST_WINAPI_VERSION_WIN10` with the appropriate macro from [here](https://www.boost.org/doc/libs/develop/libs/winapi/doc/html/winapi/config.html)

0 commit comments

Comments
 (0)