Skip to content

Commit 2c3a4c1

Browse files
authored
Finish ICU and Xerces-C instructions
1 parent d8e0ac3 commit 2c3a4c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

technical/libpack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,9 @@ structure, so the final LibPack contains several different types of installation
173173
* **[ICU](https://icu.unicode.org)** -- Advanced Unicode handling for Xerces-C
174174
- Clone from https://github.com/unicode-org/icu
175175
- Switch to the tag you want to build, e.g. `release-73-2`
176+
- Open the Visual Studio project in icu4c/source/allinone
177+
- Configure for your platform and Release, and run Rebuild Solution
178+
- Copy the contents of *bin64/*, *include/*, and *lib64/* to *LIBPACK/bin/*, *LIBPACK/include/* and *LIBPACK/lib*, respectively.
176179
* **[Xerces-C](https://xerces.apache.org/xerces-c/)**
180+
- Set ICU_INCLUDE_DIR to *LIBPACK/include/unicode*
181+
- Set CMAKE_INSTALL_PREFIX to *LIBPACK*

0 commit comments

Comments
 (0)