COIN-OR::LEMON - Graph Library

Changeset 1511:d6b95a59da26 in lemon-0.x for doc/getstart.dox


Ignore:
Timestamp:
06/24/05 10:44:54 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1994
Message:

Half-done, but I want to continue from home.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/getstart.dox

    r1175 r1511  
    1212
    1313
    14 
    1514\section downloadLEMON How to download LEMON
    1615
    17 You can download LEMON from the following web site:
     16You can download LEMON from the LEMON web site:
     17http://lemon.cs.elte.hu
     18by 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.
    1819
    1920
     
    2122
    2223In order to install LEMON you have to do the following
     24
     25Download the tarball and issue the following commands:
     26
     27\code
     28tar xvzf lemon-0.3.1.tar.gz
     29cd lemon-0.3.1
     30./configure
     31make
     32make check (This is optional, but recomended. It runs a bunch of tests.)
     33make install
     34\endcode
     35
     36These commands install LEMON under /usr/local. If you want to install it to some other place, then pass the --prefix=DIR flag to ./configure.
    2337
    2438Ide kell írni:
Note: See TracChangeset for help on using the changeset viewer.