doc/getstart.dox
changeset 1512 e54392395480
parent 1175 6205eebd62fc
child 1514 c9b9bc63db4e
equal deleted inserted replaced
1:b0ef6f93f713 2:9125b9cd2dac
     9 \todo Is this FAQ thing a good idea here? Is there such a thing? If
     9 \todo Is this FAQ thing a good idea here? Is there such a thing? If
    10 twice YES then a link comes here.
    10 twice YES then a link comes here.
    11 
    11 
    12 
    12 
    13 
    13 
    14 
       
    15 \section downloadLEMON How to download LEMON
    14 \section downloadLEMON How to download LEMON
    16 
    15 
    17 You can download LEMON from the following web site:
    16 You can download LEMON from the LEMON web site:
       
    17 http://lemon.cs.elte.hu
       
    18 by following the download link. There you will find the issued distributions in form of \e .ta.gz 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.
    18 
    19 
    19 
    20 
    20 \section installLEMON How to install LEMON
    21 \section installLEMON How to install LEMON
    21 
    22 
    22 In order to install LEMON you have to do the following
    23 In order to install LEMON you have to do the following
       
    24 
       
    25 Download the tarball and issue the following commands:
       
    26 
       
    27 \code
       
    28 tar xvzf lemon-0.3.1.tar.gz
       
    29 cd lemon-0.3.1
       
    30 ./configure
       
    31 make
       
    32 make check (This is optional, but recomended. It runs a bunch of tests.)
       
    33 make install
       
    34 \endcode
       
    35 
       
    36 These commands install LEMON under /usr/local. If you want to install it to some other place, then pass the --prefix=DIR flag to ./configure.
    23 
    37 
    24 Ide kell írni:
    38 Ide kell írni:
    25  
    39  
    26 -Hol fordul (Windows-os fordító nem fordítja, unix/linux alatt gcc hanyas verziója kell)
    40 -Hol fordul (Windows-os fordító nem fordítja, unix/linux alatt gcc hanyas verziója kell)
    27 -
    41 -