http://openmora.sourceforge.net/doc/svn/compile.html
This software is written in standard C++ and uses cross-platform libraries to ensure portability between all major platforms: GNU/Linux, Windows and Mac.
You will need:
A C++ compiler: It's recommended to use either GNU GCC 4.1.1 (or above) or Visual Studio 2008 (or above).
CMake: Can be downloaded here.
The MRPT libraries: See the <a project main site for instructions on downloading and building. Alternatively, binary versions can be installed in Windows (download an installer) or GNU/Linux (see availability for your distribution). MRPT may require the installation of further optional dependencies, from which at least wxWidgets and OpenCV should be installed.
The MOOS framework: A patched version of MOOS comes with MORA, but if you want to download it and compile it manually (not recommended unless needed for some reason), you can set the CMake variable MOOS_DIR to your custom build directory.
Optional stuff:
Anonymous