THIS IS A PRE-RELEASE OF TETEX-0.3. teTeX-0.3 is currently tested on the following platforms: linux on intel AIX3.2 on rs6000 solaris2.3 on sparc sunos4.1.3 on sparc irix5.2 on mips ================================== Overview of the installation: ================================== 1) make sure to have recent versions of gcc, GNU-make and flex 2) install the inputs-tree 3) adjust TETEXDIR in Makefile according to the location of the inputs 4) make world ================================== Detailed installation description: ================================== 1) IMPORTANT REQUIREMENTS: gcc, GNU-make, flex If one of the above is unavaiable on your system, try out the binaries I provided (if available) or install the missing programs. Known to work are: GNU Make version 3.72, gcc-2.5.8, flex-2.4.7. For flex, make sure that libfl.a can be found in a standard place. 2) install the inputs for teTeX: get the directories base1, goodies{1,2,3} and run install.sh from base1 or get teTeX-0.3-lib.tar.gz and unpack it with tar zxpf teTeX-0.3-lib.tar.gz Note: if you omnit the "p" option of tar, you may have trouble with permissions later. 3) Have a look at the Makefile and change it if you like. At least, you need to adjust the TETEXDIR variable. This is the directory, where the lib-tree (see step 2) is rooted. 4) make world (or make config; make clean; make all; make install; make ini)