Lines Matching full:directory
22 2. Add ICU's bin directory to the path, e.g.
25 3. cd into the udata directory, e.g.
30 IMPORTANT: On some systems, the reader and writer executables may not be in the same directory. If this is the case, this will likely cause a problem with reader looking for the .dat file in the wrong directory).
34 Specify an ICU install directory when running configure,
37 cd <icu directory>/source
38 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
46 cd <icu directory>/source/samples/udata
47 gmake ICU_PATH=<icu source directory> ICU_PREFIX=<icu install directory)
50 cd <icu directory>/source/samples/udata
51 gmake ICU_PREFIX=<icu install directory> check
54 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PATH