mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21416 Update icu4c-readme.md
Syntax error, it should be: git clone https://github.com/unicode-org/icu.git
This commit is contained in:
parent
00c106179f
commit
f397c0af3d
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ Depending on the platform and the type of installation, we recommend a small num
|
|||
`runConfigureICU Linux --enable-static --disable-shared`
|
||||
* **Out-of-source build:** It is usually desirable to keep the ICU source file tree clean and have build output files written to a different location. This is called an "out-of-source build". Simply invoke the configure script from the target location:
|
||||
```
|
||||
~/icu$ git clone export https://github.com/unicode-org/icu.git
|
||||
~/icu$ git clone https://github.com/unicode-org/icu.git
|
||||
~/icu$ mkdir icu4c-build
|
||||
~/icu$ cd icu4c-build
|
||||
~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux
|
||||
|
|
Loading…
Add table
Reference in a new issue