The easiest way to obtain GNU Modula-2 is to install i386, amd64 or ppc64 Debian GNU/Linux and then add these repository descriptions to your /etc/apt/sources.list file.
# # GNU Modula-2 repo # deb http://floppsie.comp.glam.ac.uk/debian/ squeeze main deb-src http://floppsie.comp.glam.ac.uk/debian/ squeeze main
Now as root type:
$ apt-get update $ apt-get install gm2-doc gm2
As a normal user you can obtain the source code via:
$ apt-get source gm2