Skip to content

Commit 33aee8e

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 4b3211a + b72301c commit 33aee8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/WindowsBuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ git clone https://gitlab.gnome.org/GNOME/libxml2.git
5252
```
5353

5454
## 3. Acquire ICU
55-
1. Download ICU from [ICU Project](http://site.icu-project.org) for Windows x64 and extract the binaries.
55+
1. Download ICU from [ICU Project](http://site.icu-project.org) for Windows x64 and extract the folder to a new folder called `thirdparty`. In other words, there should be a folder `S:\thirdparty\icu4c-64_2-Win64-MSVC2017` with the ICU.
5656
1. Add the `bin64` folder to your `Path` environment variable.
5757

5858
```cmd
59-
PATH S:\icu\bin64;%PATH%
59+
PATH S:\thirdparty\icu4c-64_2-Win64-MSVC2017\bin64;%PATH%
6060
```
6161

6262
## 4. Fetch SQLite3

0 commit comments

Comments
 (0)