Skip to content

Commit b81473b

Browse files
committed
---
yaml --- r: 323519 b: refs/heads/tensorflow-next c: 33aee8e h: refs/heads/master i: 323517: 594eb8a 323515: 11f1832 323511: e805524 323503: ae685b7 323487: cd6fa82 323455: 409f553
1 parent 859e236 commit b81473b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 4b3211a26a675028e1f20566124129d2f97c6959
1464+
refs/heads/tensorflow-next: 33aee8e259d00bac55b89907a6f7584f4e4d546c

branches/tensorflow-next/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)