Version 1 (modified by 16 years ago) (diff) | ,
---|
Installation Guide
In this section we detail how to start using LEMON, from downloading it to your computer, through the steps of installation, to showing how to compile programs that use LEMON. We assume that you have a basic knowledge of your operating system and C++ programming language. The procedure is pretty straightforward, but if you have any difficulties do not hesitate to ask.
In fact, LEMON provides two different build environments, one is based on autotool while the other is based on cmake. Your choice will mainly depend on the operation system you use - choose the autotool based one on Linux and other Unices, while use the cmake based one on M$ Windows.