Mup Version 5.8 is available ready-to-run (compiled) for Microsoft Windows, Apple Mac OS X, or Linux, or in source form for compiling yourself on any system with a C compiler. In order to use Mup, you will also need a PostScript viewer. If you don't already have one, we recommend Ghostscript, which you can download for free from http://www.ghostscript.com/ or http://www.cs.wisc.edu/~ghost.
You can download Mup to try it out for free. If you decide to keep it, the cost is $29.
Download and run mup58ins.exe (2099191 byte file). This runs the Mup/Mupmate installer. It shows you the license, and if you agree, it installs Mup and Mupmate, along with the User's Guide and other documentation. If for some reason the link above doesn't work for you, you can try this alternate link to mup58ins.exe After the installation completes, reboot.
After you install, under Start > Programs you will find an Arkkra entry, and under there are Mupmate and Uninstall Mupmate. If you would like an icon for Mupmate on your desktop, you can create one by right clicking Mupmate, choosing "copy", right clicking somewhere on the desktop, and choosing "paste". You can also run Mupmate by double clicking a .mup file in Windows Explorer. With some versions of Windows, you may have to reboot your computer for all this to work.
The easiest way to use Mup is to run Mupmate. However, you can also run Mup directly, or by using Mupdisp, from an MS-DOS (command prompt) window. See our web page called "Running Mup on MS-DOS" for detailed information on this.
Most users will not be interested in Mup's source code, but if you want it, download mup58src.exe (2347252 byte file) to a folder of your choice. This is a self-extracting zip file. Click Start, and click Run to run the file, which unzips it. You can then compile Mup yourself. More detailed information on compiling Mup is available.
If you are running Linux, you can
download mup58lin.tgz (2251608 byte file)
which includes precompiled, ready-to-run executable files and documentation
as a gzip-ed tar file.
Or if your system supports software installation via rpm, you can
download the rpm package mup-5.8-0.i586.rpm and install using
rpm -i mup-5.8-0.i586.rpm
If you wish to compile Mup for yourself, you can download either mup58src.tar.gz (2227930 byte file) or mup5.8-0.src.rpm (2227966 byte file). Additional information on building Mup is available.
If for some reason the links above don't work for you, you can try these alternate links:
Download ftp://ftp.arkkra.com/pub/unix/MupMate-58.dmg This is a disk image. If it doesn't automatically show up as a device in Finder, double click on it to get it mounted as a device. To install, you can just drag and drop the MupMate folder onto your Applications folder or the folder of your choice. Read the included README-MacOSX.html file for more information.
If you want to compile Mup for OS X:
tar zxvf mup58src.tar.gz
cd mup-5.8/mup
cc -O3 -Dunix -lm -o mup *.c
Note: the '-O3' option is just for optimization, and thus can be omitted
if you want, but the '-Dunix' option is very important. If you use the
optimization option, be sure to use the letter capital O,
not the digit zero.
If you want to create universal binaries, add "-arch=i386 -arch ppc"
options.
Mup should run on almost any system that has a C compiler.
The complete source code package is available for download as
The source code packages all contain the same files; they are just in different formats.
More detailed information on compiling Mup is available.
If you have bare MS-DOS (not Windows) you can download mup58dos.zip
A Mup user has provided an OS/2 version, available from
http://www.lesstif.org/~amai/os2/html/mup.html
Another Mup user has provided an Atari version:
mup-5.8-1.m68kmint.rpm