Lines Matching +full:- +full:- +full:enable +full:- +full:libraries
3 Copyright (C) 2000-2003, International Business Machines
14 - ICU libraries. This package contains the runtime libraries needed by
17 - ICU. This package contains the converters data, the timezones data,
19 - ICU locales. This package adds locales and break data.
20 - ICU development. This package contains the files necessary to build
22 libraries used by the linker, static libraries, etc... It also
24 - ICU docs. This package contains further documentation for ICU,
26 - ICU data. This package contains the source for the compiled data
28 - ICU international data. This package contains the source for the
33 ICU-specific directories or information:
40 ICULIBDIR The directory where platform-specific ICU data
45 When referring to libraries, .so will be used to denote the extension
53 --with-data-packaging=files
54 --disable-rpath
55 --enable-shared
56 --enable-static
57 --without-samples
59 in addition to platform-specific settings (like a specific mandir or
60 sysconfdir). Note that the use of --disable-rpath assumes that the
67 CFLAGS="-O2"
71 $ CFLAGS="-O2" ./configure ...
80 + The ICU libraries package
82 The ICU libraries package is typically named `libicuXX' where XX is
83 the major number of ICU's libraries. This number is ICU's version
92 - All the shared libraries, and their major number symbolic link, but
100 libraries package and commands to create and manipulate that data.
104 - The Unicode data files (uprops.dat and unames.dat as of this writing).
105 - The time zones data files (tz.dat).
106 - All the binary data files for converters (.cnv files).
107 - All the ICU commands.
108 - The manual pages for ICU commands and file formats.
112 The ICU locales package is named `icu-locales'. It provides data used by
117 - All the data for locales in ICU (.dat files).
118 - All the break data for specific locales (.brk files).
122 The ICU developpment package is named `libicu-dev'. It provides all
128 - The /usr/include/unicode directory which contains all the ICU
130 - The .so symbolic links used by the linker to link against the
131 latest version of the libraries.
132 - A sample Makefile fragment that can be included by applications
133 using ICU, to faciliate their building, along with a platform-specific
135 - The sample applications from the ICU source tree, in an appropriate
137 on Debian, in /usr/share/doc/libicu-dev/examples).
139 This package depends on the ICU libraries package with the exact same
140 version, since it provides .so symbolic links to the latest libraries.
144 The ICU docs package is named `libicu-doc'. It contains the files
150 The ICU data package is named `icu-data'. It contains source files for
156 The ICU data package is named `icu-i18ndata'. It contains source files for
160 ----