Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: icu46/source/data/icu4j-readme.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/data/icu-locale-deprecates.xml ('k') | icu46/source/data/icupkg.inc.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/data/icu4j-readme.txt
===================================================================
--- icu46/source/data/icu4j-readme.txt (revision 0)
+++ icu46/source/data/icu4j-readme.txt (revision 0)
@@ -0,0 +1,59 @@
+********************************************************************************
+* Copyright (C) 2008-2010, International Business Machines Corporation *
+* and others. All Rights Reserved. *
+* *
+* 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others *
+* *
+********************************************************************************
+
+Procedures for building ICU4J data from ICU4C data:
+
+*Setup*
+
+In the following,
+ $icu4c_root is the ICU4C root directory
+ $icu4j_root is the ICU4J root directory
+ $jdk_bin is the JDK bin directory (for the jar tool)
+
+1. Download and build ICU4C. For more instructions on downloading and building
+ ICU4C, see the ICU4C readme at:
+ http://source.icu-project.org/repos/icu/icu/trunk/readme.html#HowToBuild
+ (Windows: build as x86, Release otherwise you will have to set 'CFG' differently below.)
+
+ *NOTE* You should do a full rebuild after any data changes.
+
+
+2. Step 2 depends on whether you are on a Windows or a Unix-type
+platform.
+
+*Windows*
+
+2a. On the command line, cd to $icu4c_root\source\data.
+
+2b. On the command line,
+ nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_ROOT=$icu4j_root icu4j-data-install
+
+ Continue with step 3 below, in Java:
+
+
+*Linux*
+
+ $icu4c_build is the ICU4C root build directory,
+ which is $icu4c_root/source in an in-source build
+
+2c. On the command line, cd to $icu4c_build
+
+2d. Do
+ make JAR=$jdk_bin/jar ICU4J_ROOT=$icu4j_root icu4j-data-install
+
+ (You can omit the JAR if it's just jar.)
+
+ Continue with step 3, in Java:
+
+*Java*
+
+3. After the ICU4C-side steps above, build the core-data and core-test-data targets of the
+ ICU4J ant build to unpack the jar files with the following commands:
+
+ cd $icu4j_root
+ ant core-data core-test-data
Property changes on: icu46/source/data/icu4j-readme.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu46/source/data/icu-locale-deprecates.xml ('k') | icu46/source/data/icupkg.inc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698