File: QuickInstall

package info (click to toggle)
tetex-bin 1.0.7%2B20011202-7.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 45,604 kB
  • ctags: 32,286
  • sloc: ansic: 254,806; cpp: 195,997; sh: 17,818; perl: 9,319; makefile: 3,461; yacc: 1,918; pascal: 1,328; awk: 986; asm: 851; lex: 813; sed: 511; lisp: 276; csh: 47
file content (34 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=============================================================================
        Quick-Install
=============================================================================

A more detailed installation instruction is enclosed in the file INSTALL.

Here is an overview for a typical installation:

  mkdir -p /usr/local/teTeX/share/texmf
  gzip -dc teTeX-texmf-1.0.tar.gz \
    | (umask 0; cd /usr/local/teTeX/share/texmf; tar xvf -)
  gzip -dc teTeX-src-1.0.tar.gz | tar xvf -
  cd teTeX-1.0
  ./configure --prefix=/usr/local/teTeX >& configure.log
  make world >& world.log

For compiling on a second, third, ... platform, just do for each platform:
  make distclean
  ./configure --prefix=/usr/local/teTeX >& configure.log
  make all >& all.log
  make install-exec >& install-exec.log

Now, make sure to put the newly created binaries into your PATH, e.g.
  PATH=/usr/local/teTeX/bin/i586-pc-linux-gnu:$PATH; export PATH
or
  setenv PATH /usr/local/teTeX/bin/i586-pc-linux-gnu:$PATH

and run
  texconfig confall
and check if all the output looks ok and then run
  texconfig
to configure what you need.

Thomas