Changes

Jump to navigation Jump to search
367 bytes removed ,  00:24, 24 January 2007
<code>
# tar xvzf pdftex-1.3040.61.tgz # cd pdftex-1.30.6</code> apply the following diff (scratch the bashism and use <tt>gmake</tt>): <code> --- build40.sh.orig Mon Feb 27 21:45:29 2006 +++ build.sh Mon Feb 27 23:32:31 2006 @@ -1,7 +1,7 @@ -#! /usr/bin/env bash +#!/bin/sh # $Id$ # builds new pdftex binaries -MAKE=make +MAKE=gmake STRIP=strip # this deletes all previous builds.</code> run the build: <code>
# sh ./build.sh
</code>
<code>
# cp build/texk/web2c/pdfetex `which /usr/local/bin/pdfetex` # cp build/texk/web2c/pdfetexpdftex.pool `kpsewhich pdfetex/usr/local/share/texmf/web2c/pdftex.pool` # cp build/texk/web2c/ttf2afm `which /usr/local/bin/ttf2afm`
# fmtutil-sys --all
</code>
the last command will update all the formats except the ones which come with context. please note that this will also break the md5 package checksums of the teTeX packages and will leave partial packages when they are being removed/upgraded.
== update mpost ==
58

edits

Navigation menu