Unix style package of PMX
=========================

This is the Unix style version of PMX, initially provided for Debian, but
(hopefully) suitable for any Unix-like system like GNU/Linux.

Prerequisites for building/installing this package:
* GNU Fortran 77 (g77)
* LaTeX
* MusiXTeX

Command for building:
$ make

Command for installing (as root):
# make install

Command for uninstalling (as root):
# make uninstall

Changes to the original pmx250.zip:
* Removed bin/*
* Removed original doc/* (to be generated from the tex/*.tex sources)
* dos2unix'ed all text files (and added EOL to pmxab.for)
* Renamed: tex/pmx250.tex -> tex/pmxdoc.tex
* Renamed: tex/ref250.tex -> tex/ref.tex
* Renamed: examples/DYNTEST.PMX -> examples/dyntest.pmx
* Moved pmxab/pmx250.for and scor2prt/scor2prt.for to src/pmxab.for and
  src/scor2prt.for
* src/{pmxab,scor2prt}.for: applied proposed getarg changes
* Included man pages doc/{pmx,pmxab,scor2prt}.1
* Added src/pmx convenience executable
* Added Makefile infrastructure
* Added ChangeLog (changes from PMX 2.2 to latest version)
* Added this README
* Incorporated changes to 2.501 beta version (bug fixes)

-- Roland Stigge <stigge@antcom.de>, Mon, 01 Mar 2004 12:57:33 +0100
