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 35 36 37 38
|
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.504 beta version (bug fixes)
-- Roland Stigge <stigge@antcom.de>, Sat, 06 Nov 2004 16:17:39 +0100
|