diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-09 21:45:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-09 21:45:45 +0000 |
commit | bc9f14e86e8b29a834f7e44ffd3775da2d4ffbe5 (patch) | |
tree | 7365fa3e10ac927d66049c8cf95de4d207eeae1c /Build | |
parent | 4247427f7d809752ce5077f36c4babdb8a1095e3 (diff) |
xindy instructions update
git-svn-id: svn://tug.org/texlive/trunk@7990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 9f72b4aeee7..095de16cfb2 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -37,7 +37,7 @@ xindy 2.3 - ok 24mar08 http://www.ctan.org/tex-archive/indexing/xindy/ After building clisp as described below, run the TL - Build --with-clisp=$clisp_builddir/clisp + Build --with-xindy --with-clisp=$clisp_builddir/clisp to include xindy in the build. It is disabled by default. mkdir clisp; cd clisp @@ -65,6 +65,8 @@ cd $clisp_basedir wget http://ftp.gnu.org/gnu/clisp/release/2.44.1/clisp-2.44.1.tar.gz gzip -dc clisp-2.44.1.tar.gz | tar xf - cd clisp-2.44.1 -./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir --with-libsigsegv-prefix=$clisp_toolsdir --without-readline $clisp_builddir -cd $clisp_builddir -make +./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \ + --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \ + $clisp_builddir \ +&& cd $clisp_builddir \ +&& make |