Changes

Jump to navigation Jump to search
=How to =
<pre>
##
## Sec. 0
## Safe exit
## uncomment exit to go on
exit
 
##
## Sec. 1
## Setup
##
$HOME="/opt/luatex/luatex-lunatic"
svn checkout svn://scm.foundry.supelec.fr/svn/luatex/tags/beta-0.35.0
wget http://www.python.org/ftp/python/2.6.1/Python-2.6.1.tar.bz2
tar -xjvf Python-2.6.1.tar.bz2
mkdir Python-2.6.1
cd Python-2.6.1
./configure --prefix=$HOME --enable-unicode=ucs4 --enable-shared
cp python2.6.conf /etc/ld.so.conf.d
ldconfig
##
## install setuptools
echo "Please install setuptools"echo "(cfr http://pypi.python.org/binpypi/python -c setuptools)"echo "if len(u'\U00010800') == 1: print 'python UCS4'in $HOME"#if len(u'\U00010800') == 1:### comment exit to go onexit #print "UCS4"##else: #len is Sec 2 in UCS2 builds#print "UCS2"# Patch and build luatex##
cd $HOME
#ln -s trunk luatex
patch -N --backup <2000_luatex_src_libs_lua51_Makefile.patch luatex/src/libs/lua51/Makefile
patch -N --backup <3000_luatex_src_texk_web2c_configure.patch luatex/src/texk/web2c/configure
#patch -N --backup <4000_luatex_src_libs_png_Makefile.in.patch luatex/src/libs/png/Makefile.in
#patch -N --backup <5000_luatex_src_libs_zlib_Makefile.in.patch luatex/src/libs/zlib/Makefile.in
cd luatex
./build.sh.linux &> out
Anonymous user

Navigation menu