[ top ]
|
GNU Modula-2 Features Licence Documentation Regression tests for gm2-0.70 in the CVS Limitations Building GNU Modula-2 GM2 development download via CVS GNU Modula-2 Debian binaries Creating a deb package for GNU Modula-2 GM2 and GCC tarball download Contributing code Objectives FAQ Mailing list Other languages for GCC |
GNU Modula-2 (0.7.0) binaries are now available for i386 and AMD64 architecture debian Lenny based distributions. Add these lines to your /etc/apt/sources.list: # # GNU Modula-2 repo # deb http://floppsie.comp.glam.ac.uk/debian/ lenny main deb-src http://floppsie.comp.glam.ac.uk/debian/ lenny main 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 |