Get the code.
Please feel free to browse our source code.
If you're interested in contributing, check out the Contributor Guide. Happy hacking!
Checking out a copy of FreeM source
You will need cvs installed on your computer. Once the CVS suite is installed, run the following command:
$ cvs -d:pserver:anonymous@cvs.coherent-logic.com:/home/cvsroot co freem
You should now have a freem subdirectory containing the FreeM sources.
See the Contributor Guide for more instructions.
Build Requirements
You will need the following tools in order to build FreeM, regardless of target platform:
- GNU gcc 2.95.3 or newer
- GNU autoconf
- GNU automake
- GNU libtool
- GNU texinfo
- GNU make
- A Bourne-compatible shell
If you want enhanced command-line editing in FreeM, you will also need GNU readline in your library search path.
|