The libPSML library itself.
The xmlf90 library Follow the instructions in the package to compile it.
./configure --prefix=/path/to/installation --with-xmlf90=/path/to/xmlf90 make make check make install
Go into the subdirectory examples
. In it you can find, among others:
normalize: A program to parse a PSML file and dump the resulting ps
object.
show_psml: A program to parse a PSML file and extract various kinds of information, with optional evaluation of radial functions on a linear grid for later plotting.
After installation, the appropriate modules and library files should
already be in $PREFIX/include
and $PREFIX/lib
, respectively.
The basic idiom is to provide the basic Fortran building rules, and to insert the paths to the libpsml (and xmlf90) modules and libraries.