Open main menu

Changes

##
##
if [! -x Python-2.6.1 ];
then
$HOME="/opt/luatex/luatex-lunatic"
svn checkout svn://scm.foundry.supelec.fr/svn/luatex/tags/beta-0.35.0
make && make install
cp python2.6.conf /etc/ld.so.conf.d
ldconfig;fi
##
## install setuptools
echo "in $HOME"
##
## comment uncomment exit to go on
exit