~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/utils/README

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: README 13865 2009-06-21 23:42:52Z karl $
 
1
$Id: README 17148 2010-02-22 22:53:00Z karl $
2
2
Copyright 2005, 2006, 2007, 2008, 2009 TeX Users Group.
3
3
You may freely use, modify and/or distribute this file.
4
4
 
5
5
Extra utilities we (optionally) compile for TeX Live.
6
6
See comments in ../texk/README.
7
7
 
8
 
asymptote 1.77 - checked 22jun09
9
 
  get from CTAN, to include prebuilt doc.
 
8
asymptote 1.88 - checked 2oct09
 
9
  update to TL from CTAN, to include prebuilt doc.
10
10
  see http://tug.org/texlive/build.html#asymptote
 
11
  and tlpkg/bin/tl-update/asy
11
12
 
12
 
dialog 1.1-20080819 - checked 20mar09
 
13
dialog 1.1-20100119 - checked 21jan10
13
14
  ftp://invisible-island.net/dialog/dialog.tar.gz
14
15
 
15
16
pdfopen 0.5 - checked 26nov06
32
33
vlna 1.2 - checked 26jun08
33
34
  ftp://math.feld.cvut.cz/pub/olsak/vlna
34
35
 
35
 
xz 4.999.8beta - checked 16may09
36
 
  not done as part of normal build, here to provide sources for the
37
 
  binaries we distribute.  Also so we can provide exactly the same
38
 
  version on all platforms; even if a newer version has been released,
39
 
  it should not be used without discussion.
40
 
 
41
36
 
42
37
xindy 2.3 - checked 24mar08
43
38
  (with numerous adaptations for TL by Vladimir)
57
52
mkdir $clisp_toolsdir
58
53
 
59
54
cd $clisp_basedir
60
 
wget http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.6.tar.gz
61
 
gzip -dc libsigsegv-2.6.tar.gz | tar xf -
62
 
cd libsigsegv-2.6
 
55
wget http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.8.tar.gz
 
56
gzip -dc libsigsegv-2.8.tar.gz | tar xf -
 
57
cd libsigsegv-2.8
63
58
./configure --prefix=$clisp_toolsdir && make && make check && make install
64
59
 
65
60
cd $clisp_basedir
73
68
ln -s lib $clisp_toolsdir/lib64
74
69
 
75
70
cd $clisp_basedir
76
 
wget http://ftp.gnu.org/gnu/clisp/release/2.47/clisp-2.47.tar.gz
77
 
gzip -dc clisp-2.47.tar.gz | tar xf -
78
 
cd clisp-2.47
 
71
wget http://ftp.gnu.org/gnu/clisp/release/2.48/clisp-2.48.tar.gz
 
72
gzip -dc clisp-2.48.tar.gz | tar xf -
 
73
cd clisp-2.48
 
74
# On FreeBSD/amd64, add --disable-mmap.
79
75
./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \
80
76
  --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \
81
77
  $clisp_builddir \