COIN-OR::LEMON - Graph Library

Changeset 1528:1aa71600000c in lemon-0.x for doc/getstart.dox


Ignore:
Timestamp:
07/01/05 18:10:46 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2016
Message:

Graph input-output demo, some documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/getstart.dox

    r1520 r1528  
    2828
    2929You can download LEMON from the LEMON web site:
    30 http://lemon.cs.elte.hu/dowload.html.
     30http://lemon.cs.elte.hu/download.html.
    3131There you will find released versions in form of <tt>.tar.gz</tt> files.
    3232If you want a developer version (for example you want to contribute in
     
    3939\section installLEMON How to install LEMON
    4040
    41 In order to install LEMON you have to do the following
     41In order to install LEMON you have to do the following steps.
    4242
    4343Download the tarball (named <tt>lemon-x.y.z.tar.gz</tt> where \c x,\c y
     
    5151./configure
    5252make
    53 make check   #(This is optional, but recomended. It runs a bunch of tests.)
     53make check   #(This is optional, but recommended. It runs a bunch of tests.)
    5454make install
    5555\endverbatim
     
    5858need root privileges to be able to install to that
    5959directory). If you want to install it to some other place, then
    60 pass the \c --prefix=DIR flag to \c ./configure. In what follows
    61 we will assume that you were able to install to directory
     60pass the \c --prefix=DIRECTORY flag to \c ./configure, for example:
     61
     62\verbatim
     63./configure --prefix=/home/user1/lemon
     64\endverbatim
     65
     66In what follows we will assume that you were able to install to directory
    6267\c /usr/local, otherwise some extra care is to be taken to use the
    6368library.
Note: See TracChangeset for help on using the changeset viewer.