We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd040a4 commit 2e63c12Copy full SHA for 2e63c12
docs/integration/cpp.md
@@ -27,7 +27,7 @@ once (unless further changes occur to the API).
27
```bash
28
git clone https://github.com/unicode-org/icu.git
29
cd icu
30
-../icu4c/source/runConfigureICU Linux/clang --disable-renaming \
+icu4c/source/runConfigureICU Linux/clang --disable-renaming \
31
--prefix=$HOME/icu76
32
make # or make -j8 to build in parallel on 8 cores
33
make install
0 commit comments