@@ -30,13 +30,13 @@ In addition, ICU4C installs several scripts and makefile fragments that help
30
30
build other code using ICU.
31
31
32
32
For C++, note that there are [ Recommended Build
33
- Options] ( icu4c/build#recommended-build-options )
33
+ Options] ( ../ icu4c/build#recommended-build-options)
34
34
(both for normal use and for ICU as system-level libraries) which are not
35
35
default simply for compatibility with older ICU-using code.
36
36
37
37
Starting with ICU 49, the ICU4C Readme has a short section about
38
38
[ User-Configurable
39
- Settings] ( icu4c/build#user-configurable-settings ) .
39
+ Settings] ( ../ icu4c/build#user-configurable-settings) .
40
40
41
41
## C++ Makefiles
42
42
@@ -154,13 +154,13 @@ ICU C++ APIs are normally defined in a versioned namespace, for example
154
154
"icu_50". There is a stable "icu" alias which should be used instead. (Entry
155
155
point versioning is only to allow for multiple ICU versions linked into one
156
156
program. [ It is optional and should be off for system
157
- libraries.] ( icu4c/build#recommended-build-options ) )
157
+ libraries.] ( ../ icu4c/build#recommended-build-options) )
158
158
159
159
By default, and only for backward compatibility, the ICU headers contain a line
160
160
` using namespace icu_50; ` which makes all ICU APIs visible in/with the global
161
161
namespace (and potentially collide with non-ICU APIs there). One of the
162
162
[ Recommended Build
163
- Options] ( icu4c/build#recommended-build-options )
163
+ Options] ( ../ icu4c/build#recommended-build-options)
164
164
is to turn this off.
165
165
166
166
To write forward declarations, use
@@ -189,7 +189,7 @@ samples. Their paths are given in the installed `Makefile.inc` (see above).
189
189
190
190
### Data Packaging Settings
191
191
192
- The ` pkgdata ` tool (see [ Packaging ICU4C] ( packaging/index.md ) ) makes use of the
192
+ The ` pkgdata ` tool (see [ Packaging ICU4C] ( ../icu4c/ packaging/index.md) ) makes use of the
193
193
installed file ` **$(prefix)/lib/icu/pkgdata.inc** ` to set parameters for data
194
194
packaging operations that require use of platform compilers and linkers ( in
195
195
` static ` or ` dll ` mode). ` pkgdata ` uses the icu-config script in order to locate
0 commit comments