doc/getstart.dox
changeset 1517 b303c1741c9a
parent 1514 c9b9bc63db4e
child 1519 17e367a93cbb
equal deleted inserted replaced
3:74b39da87671 4:f7d3a9ce86a2
     3 
     3 
     4 In this page we detail how to start using LEMON, from downloading it to 
     4 In this page we detail how to start using LEMON, from downloading it to 
     5 your computer, through the steps of installation to showing a simple
     5 your computer, through the steps of installation to showing a simple
     6 "Hello World" type program that already uses LEMON. We assume that you have a
     6 "Hello World" type program that already uses LEMON. We assume that you have a
     7 basic knowledge of your operating system and \c C++ or \c C 
     7 basic knowledge of your operating system and \c C++ or \c C 
     8 programming language. If anything is not 
     8 programming language. 
     9 clear write to our FAQ.
       
    10 
       
    11 \todo Is this FAQ thing a good idea here? Is there such a thing? If
       
    12 twice YES then a link comes here.
       
    13 
     9 
    14 \section requirementsLEMON Hardware and software requirements
    10 \section requirementsLEMON Hardware and software requirements
    15 
    11 
    16 Hardware requirements ...
    12 Hardware requirements ...
    17 
    13 
    29 In this description we will suppose a linux environment and Gnu C Compiler.
    25 In this description we will suppose a linux environment and Gnu C Compiler.
    30 
    26 
    31 \section downloadLEMON How to download LEMON
    27 \section downloadLEMON How to download LEMON
    32 
    28 
    33 You can download LEMON from the LEMON web site:
    29 You can download LEMON from the LEMON web site:
    34 http://lemon.cs.elte.hu
    30 http://lemon.cs.elte.hu/dowload.html
    35 by following the download link. There you will find the issued distributions
    31 . There you will find the issued distributions
    36 in form of <tt> .tar.gz </tt> files. If you want a developer version  (for example you want to contribute in developing the library LEMON) then you might want to use our Subversion repository. This case is not detailed here, so from now on we suppose that you downloaded a tar.gz file.
    32 in form of <tt> .tar.gz </tt> files. If you want a developer version  (for example you want to contribute in developing the library LEMON) then you might want to use our Subversion repository. This case is not detailed here, so from now on we suppose that you downloaded a tar.gz file.
    37 
    33 
    38 
    34 
    39 
    35 
    40 \section installLEMON How to install LEMON
    36 \section installLEMON How to install LEMON