Changeset 1528:1aa71600000c in lemon-0.x for doc/getstart.dox
- Timestamp:
- 07/01/05 18:10:46 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/getstart.dox
r1520 r1528 28 28 29 29 You can download LEMON from the LEMON web site: 30 http://lemon.cs.elte.hu/dow load.html.30 http://lemon.cs.elte.hu/download.html. 31 31 There you will find released versions in form of <tt>.tar.gz</tt> files. 32 32 If you want a developer version (for example you want to contribute in … … 39 39 \section installLEMON How to install LEMON 40 40 41 In order to install LEMON you have to do the following 41 In order to install LEMON you have to do the following steps. 42 42 43 43 Download the tarball (named <tt>lemon-x.y.z.tar.gz</tt> where \c x,\c y … … 51 51 ./configure 52 52 make 53 make check #(This is optional, but recom ended. It runs a bunch of tests.)53 make check #(This is optional, but recommended. It runs a bunch of tests.) 54 54 make install 55 55 \endverbatim … … 58 58 need root privileges to be able to install to that 59 59 directory). 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 60 pass the \c --prefix=DIRECTORY flag to \c ./configure, for example: 61 62 \verbatim 63 ./configure --prefix=/home/user1/lemon 64 \endverbatim 65 66 In what follows we will assume that you were able to install to directory 62 67 \c /usr/local, otherwise some extra care is to be taken to use the 63 68 library.
Note: See TracChangeset
for help on using the changeset viewer.