diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-05-16 19:54:33 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-05-16 19:54:33 +0000 |
commit | af0c51a5124e5a132d48c97915fd1ea3ed931c37 (patch) | |
tree | cfc753e49f7839cc89242697aa0eb9a5688f1846 /Build/source/utils | |
parent | 68c951c7f1014e7cfe936aa3de9e0b992280be10 (diff) |
change clisp version in build instructions to 2.45
git-svn-id: svn://tug.org/texlive/trunk@8182 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 848c98280e8..ed6dbcf693f 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -63,13 +63,14 @@ gzip -dc ffcall-1.10.tar.gz | tar xf - cd ffcall-1.10 ./configure --prefix=$clisp_toolsdir && make && make check && make install -# hack to fix configure error on 64-bit systems +# 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.44.1/clisp-2.44.1.tar.gz -gzip -dc clisp-2.44.1.tar.gz | tar xf - -cd clisp-2.44.1 +wget http://ftp.gnu.org/gnu/clisp/release/2.45/clisp-2.45.tar.gz +gzip -dc clisp-2.45.tar.gz | tar xf - +cd clisp-2.45 ./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \ --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \ $clisp_builddir \ |