Changes between Version 1 and Version 2 of InstallGuide
- Timestamp:
- 01/20/09 16:24:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallGuide
v1 v2 1 1 = Installation Guide = 2 2 3 In this section we detail how to start using LEMON, from downloading it 4 to your computer, through the steps of installation, to showing how to 5 compile programs that use LEMON. We assume that you 6 have a basic knowledge of your operating system and C++ programming 7 language. The procedure is pretty straightforward, but if you have any 8 difficulties do not hesitate to 9 [mailto:lemon-user@lemon.cs.elte.hu ask]. 3 == Binary Releases == 4 5 - Packages for openSUSE 10.2/10.3/11.0/11.1 can be found in the science repository of the openSUSE Build Service:[[BR]] 6 [http://download.opensuse.org/repositories/science/] 7 8 == Install From Source == 10 9 11 10 In fact, LEMON provides two different build environments, one is based on 12 11 [http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on 13 12 [http://cmake.org cmake]. 14 Your choice will mainly depend on the operation system you use - 15 choose the autotool based one on Linux and other Unices, 16 while use the cmake based one on M$ Windows. 13 Your choice will mainly depend on the operation system you use. 17 14 15 - 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]. 16 - [InstallAutotool Install Guide for Autotool] 17 - Choose the cmake based one on M$ Windows, though it also works with Linux 18 - [InstallCmake Install Guide for CMake]