#---------------------------------------------------------------------------- # build_libicu.txt - how to build the libicu binaries # and create folder and packages # # Creation : 2010-07-06 schlotze # Last update: $Id$ # # !!! This is not a script but an step-by-step howto !!! #---------------------------------------------------------------------------- exit 1 ### Download the source code from the internet, e.g. # http://site.icu-project.org/ # libicu-4.4.1.tar.bz2 ### Extract archive into a temporary location tar -xjvf libicu-4.4.1.tar.bz2 cd icu ### Build ./configure --prefix=/usr --host=i486-pc-linux-gnu --build=i486-pc-linux-gnu --target=i486-pc-linux-gnu make make install ### Strip files/binaries strip -s ***