= Installation Guide = == Binary Releases == - Packages for openSUSE 10.2/10.3/11.0/11.1 can be found in the science repository of the openSUSE Build Service:[[BR]] [http://download.opensuse.org/repositories/science/] == Install From Source == In fact, LEMON provides two different build environments, one is based on [http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on [http://cmake.org cmake]. Your choice will mainly depend on the operation system you use. - Choose the autotool based one on Linux, Mac OSX and other Unices. It is also your choice if on Windows if you use [http://www.cygwin.com/ Cygwin]. - [InstallAutotool Install Guide for Autotool] - Choose the cmake based one on M$ Windows, though it also works with Linux - [InstallCmake Install Guide for CMake] More precisely, - On '''Linux''', '''Solaris''', '''Mac OSX''' and other Unices - '''autotool''' is recommended but '''cmake''' is also supported - On '''Windows''' - with '''Visual Studio 2005/2008''' - use '''cmake''' which can generate - solution and project files for the IDE or - NMake makefile - with '''Cygwin''' - '''autotool''' is recommended but '''cmake''' is also supported - with '''MinGW''' - use '''cmake'''.