Changes between Version 11 and Version 12 of InstallGuide
- Timestamp:
- 07/30/13 14:53:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallGuide
v11 v12 1 1 = Installation Guide = 2 3 {{{4 #!div class=important style="border: 2pt solid; text-align: center"5 Note that starting from the upcoming release 1.3, the autotool based build environment will be deprecated.6 7 If you use the latest development version, we already suggest using [wiki:InstallCmake CMAKE] on all platforms.8 }}}9 2 10 3 == Build and Install from Source == 11 4 12 In fact, LEMON provides two different build environments, one is based on 13 [http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on 14 [http://cmake.org cmake]. 15 Your choice will mainly depend on the operation system you use. 5 In fact, LEMON uses [http://cmake.org cmake] based build environment supporting various operating systems ('''Windows'''; '''Linux''', '''Solaris''', '''OSX''', '''AIX''' and other Unices), and compilers/IDEs ('''GCC''', '''Intel C++''', '''IBM XL C++''', '''Visual C++''', '''MinGW''', '''!CodeBlocks'''). 16 6 17 - Choose '''autotool''' on Linux, Mac OSX and other Unices. It is also your choice if you use [http://www.cygwin.com/ Cygwin] on Windows. 18 - [InstallAutotool Installation Guide for Autotool] 19 - [InstallLinux Linux installation Guide for CMAKE] 7 Platform specific instructions can be found below. 20 8 21 - Choose '''cmake''' on Windows, though it also works with Linux.22 9 - [InstallLinux Linux installation Guide for CMAKE] 10 - [InstallCmake Installation Guide for CMake] 23 11 24 - You can also use the template build environment created for LEMON based projects. 12 13 == LEMON/CMAKE Project Template == 14 15 You can also use the template build environment created for LEMON based projects. 25 16 - [ProjectTemplate Guide for the LEMON Project Template] 26 27 More precisely,28 - On '''Linux''', '''Solaris''', '''Mac OSX''' and other Unices29 - '''autotool''' is recommended, but '''cmake''' is also supported30 - On '''Windows'''31 - with '''Visual Studio 2005/2008'''32 - use '''cmake''' which can generate33 - solution and project files for the IDE or34 - NMake makefile35 - with '''Cygwin'''36 - '''autotool''' is recommended but '''cmake''' is also supported37 - with '''MinGW'''38 - use '''cmake'''39 40 17 41 18 == Binary Releases == 42 19 43 - Packages for openSUSE 1 0.2/10.3/11.xcan be found in the science repository of the openSUSE Build Service:[[BR]]20 - Packages for openSUSE 12.x and SLE11 can be found in the science repository of the openSUSE Build Service:[[BR]] 44 21 [http://download.opensuse.org/repositories/science/] 45 22