Changes

Jump to navigation Jump to search
1,008 bytes added ,  21:03, 6 March 2006
no edit summary
</code>
== update mpost == this is optional. fetch the source from [http://sarovar.org/projects/metapost here] <code> $ bunzip2 metapost-0.901.tar.bz2 $ tar xvf metapost-0.901.tar $ cd metapost-0.901</code> apply a very similar diff as with pdftex (scratch the bashism and use <tt>gmake</tt>): <code> --- Build.orig Sat Mar 4 18:34:06 2006 +++ Build Sat Mar 4 18:34:15 2006 @@ -1,7 +1,7 @@ -#!/usr/bin/env bash +#!/bin/sh # $Id: Build,v 1.3 2005/05/08 15:55:26 taco Exp $ # builds new pdftex binaries -MAKE=make +MAKE=gmake STRIP=strip # this deletes all previous builds.</code> run the build: <code> $ ./Build $ sudo mkdir -p /usr/local/share/texmf-local/metapost/base $ sudo cp -p texmf/metapost/base/* /usr/local/share/texmf-local/metapost/base $ cd build/texk/web2c $ sudo mv mpost dvitomp mpware/dmp mpware/mpto mpware/newer mpware/makempx \ /usr/local/bin $ sudo mv mp.pool /usr/local/share/texmf/web2c/mp.pool $ sudo texhash $ sudo fmtutil-sys --byfmt mpost</code>
[[Category:Installation]]
58

edits

Navigation menu