summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 8725db965e..c56be2ad54 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -665,16 +665,19 @@ during configuration if the ICU version is too old.
#### Unix/macOS
From an already-unpacked ICU:
+
```console
$ ./configure --with-intl=[small-icu,full-icu] --with-icu-source=/path/to/icu
```
From a local ICU tarball:
+
```console
$ ./configure --with-intl=[small-icu,full-icu] --with-icu-source=/path/to/icu.tgz
```
From a tarball URL:
+
```console
$ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
```