- Gnu make 3.81 or greater. Note that XCode 3.0 installs good version of make. If you have an earlier version of make you will see an error along the lines of "../../../makefile.per-object:13: *** multiple target patterns. Stop."
- Subversion (version 1.4.3 works)
# CFM
- Codewarrior (IDE version 5.0 works)
# MachO
- Xcode 2.4.1 : beware, it uses gmake 3.80, which doesn't work. If you get gmake from MacPorts.com, it gives you /opt/local/bin/gmake, while Xcode installs Gnu Make 3.80 in /usr/bin/gnumake, pointed to by /usr/bin/make.
- Xcode 3.*: only runs on leopard but it doesn't have the make issues above. We are still workin on which compiler option and flags to use
# Windows
- You can build with Microsoft's GUI IDE if you like ("Visual Studio"?)
- CNMAT uses Cygwin, with the following packages:
- Base (ALL)
- Devel
- binutils
- gcc "GCC Compiler"
- gcc-mingw "Mingw32 support headers and libraries for GCC"
- gcc-mingw-core "Mingw32 support headers and libraries for GCC"
- mingw-runtime