Installation Guide
Table of Contents
Instructions
On Linux, an easy way of installing the MUD library (and utility programs) is with:
wget http://cmms.triumf.ca/mud/mud.zip
unzip mud.zip
cd mud/
make all
sudo make install
sudo cp src/mud.h /usr/local/include
The last step above is mostly for convenience - you could equally include mud.h
directly in the source code of each project that links to libmud.a
.
Note that if you already have Musrfit installed, the above steps are unecessary (Musrfit builds/installs the MUD library/headers when it’s compiled).