|  | 1 | = Installation Guide = | 
                          |  | 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]. | 
                          |  | 10 |  | 
                          |  | 11 | In fact, LEMON provides two different build environments, one is based on | 
                          |  | 12 | [http://en.wikipedia.org/wiki/GNU_build_system autotool] while the other is based on | 
                          |  | 13 | [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. | 
                          |  | 17 |  |