[ top ]

GNU Modula-2 Debian binaries


Licence
Documentation
Successful 0.61 builds
Older builds
Limitations
Building GNU Modula-2
GM2 development download via CVS
GNU Modula-2 Debian binaries
GM2 and GCC tarball download
Contributing code
Objectives
Mailing list
Other languages for GCC

GNU Modula-2 (0.61) binaries are now available for PPC, i386 and AMD64 architecture debian Etch based distributions. Add these lines to your /etc/apt/sources.list:

#
#  GNU Modula-2 repo
#


deb http://floppsie.comp.glam.ac.uk/debian/ etch main non-free contrib
deb-src http://floppsie.comp.glam.ac.uk/debian/ etch main non-free contrib

Then as root type:

# apt-get update
# apt-get install gm2 gm2-doc

You can obtain source to these binaries as a normal user by the following command:

$ apt-get source gm2

[ top ]