Changeset 1511:d6b95a59da26 in lemon-0.x for doc/getstart.dox
- Timestamp:
- 06/24/05 10:44:54 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/getstart.dox
r1175 r1511 12 12 13 13 14 15 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 … … 21 22 22 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 38 Ide kell írni:
Note: See TracChangeset
for help on using the changeset viewer.