diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:57:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:57:39 +0000 |
commit | 453e4a6601ed7f8a08029211434be8e58fc452a9 (patch) | |
tree | 8d4049db78831326efd0ca4b64e90921be28dd53 /Build/source/utils/README | |
parent | c38141ec3aa1e84b5ed195d2a6f9f944fa4bdbbf (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/README')
-rw-r--r-- | Build/source/utils/README | 85 |
1 files changed, 4 insertions, 81 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 8e82eccff53..3721ac0032e 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -1,83 +1,6 @@ -$Id$ -Copyright 2005, 2006, 2007, 2008, 2009 TeX Users Group. -You may freely use, modify and/or distribute this file. +dialog: 1.1-20080819 + ftp://invisible-island.net/dialog/dialog.tar.gz -Extra utilities we (optionally) compile for TeX Live. -See comments in ../texk/README. +t1utils: + http://www.lcdf.org/type/t1utils-1.34.tar.gz -dialog - seems to be a v1.0 in debian, asked te 5jun05; he said keep as-is - or else go through testing. - http://hightek.org/dialog/ - http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=dialog - -gzip - (old, not built) only here so we have the sources for the Windows - binaries we distribute. - -lzma 4.32.6 - ok 15may08 - we do not compile/install in normal build, sources are here for installer; - see http://tug.org/texlive/build.html for info. - http://tukaani.org/lzma - -pdfopen 0.5 - ok 26nov06 - (really xpdfopen) - http://tex.aanhet.net/pdfopen - -ps2eps 1.64 - ok 19feb08 - http://www.ipv6.tm.uka.de/~bless/ps2eps - -psutils p17 - ok 25nov06 - (Fabrice made small modifications for Windows, it seems) - http://www.ctan.org/support/psutils/ - -t1utils 1.34 - checked 2mar08 - http://www.lcdf.org/type/ - -tpic2pdftex - http://www.ctan.org/graphics/tpic2pdftex - -vlna 1.2 - ok 26jun08 - ftp://math.feld.cvut.cz/pub/olsak/vlna - - -xindy 2.3 - ok 24mar08 - (with numerous adaptations for TL by Vladimir) - http://www.ctan.org/indexing/xindy/ - -After building clisp as described below, run the TL - Build --with-xindy --with-clisp=$clisp_builddir/clisp -to include xindy in the build. It is disabled by default. - -Do NOT use nohup when building clisp; this may cause weird build -problems. Regular redirections of stdout/stderr seem ok. - -mkdir clisp; cd clisp -clisp_basedir=`pwd` -clisp_toolsdir=$clisp_basedir/clisp-tools -clisp_builddir=$clisp_basedir/clisp-build -mkdir $clisp_toolsdir - -cd $clisp_basedir -wget http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.6.tar.gz -gzip -dc libsigsegv-2.6.tar.gz | tar xf - -cd libsigsegv-2.6 -./configure --prefix=$clisp_toolsdir && make && make check && make install - -cd $clisp_basedir -wget http://www.haible.de/bruno/gnu/ffcall-1.10.tar.gz -gzip -dc ffcall-1.10.tar.gz | tar xf - -cd ffcall-1.10 -./configure --prefix=$clisp_toolsdir && make && make check && make install - -# you may need this hack on 64-bit systems -# if clisp's configure will not find libsigsegv and/or libffcall: -ln -s lib $clisp_toolsdir/lib64 - -cd $clisp_basedir -wget http://ftp.gnu.org/gnu/clisp/release/2.46/clisp-2.46.tar.gz -gzip -dc clisp-2.46.tar.gz | tar xf - -cd clisp-2.46 -./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \ - --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \ - $clisp_builddir \ -&& cd $clisp_builddir \ -&& make |