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

Unified Diff: icu46/source/test/compat/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/test/compat/Makefile.in ('k') | icu46/source/test/compat/tzdate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/test/compat/readme.txt
===================================================================
--- icu46/source/test/compat/readme.txt (revision 0)
+++ icu46/source/test/compat/readme.txt (revision 0)
@@ -0,0 +1,40 @@
+Copyright (c) 2007, International Business Machines Corporation and others. All Rights Reserved.
+
+tzone.pl : A perl script that test the timezone information between the system time and ICU time.
+
+
+Files:
+ tzdate.c Source file that compares the ICU time and system time.
+ Makefile.in Use to create the Makefile
+ tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
+
+To Build on Unixes
+ 1. Build ICU. tzdate is not built automatically.
+ Specify an ICU install directory when running configure,
+ using the --prefix option. The steps to build ICU will look something
+ like this:
+ cd <icu directory>/source
+ runConfigureICU <platform-name> --prefix <icu install directory> [other options]
+ gmake all
+
+ 2. Install ICU,
+ gmake install
+
+ To Run on Unixes
+ cd <icu directory>/source/test/compat
+
+ export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PATH
+ gmake
+
+ tzone.pl
+ -This will use the current date.
+ -To use a different date, you must specify by:
+ tzone.pl year month day
+ -All three arguments are integer values
+
+
+ Note: The name of the LD_LIBRARY_PATH variable is different on some systems.
+ If in doubt, run the sample using "gmake check", and note the name of
+ the variable that is used there. LD_LIBRARY_PATH is the correct name
+ for Linux and Solaris.
+
Property changes on: icu46/source/test/compat/readme.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu46/source/test/compat/Makefile.in ('k') | icu46/source/test/compat/tzdate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698