Changeset 19:9196fcd0d4d6 in lemon-tutorial
- Timestamp:
- 02/02/09 11:06:19 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
getting_started.dox
r18 r19 22 22 23 23 First of all you have to install LEMON on your system (see 24 \ref install for instructions). 24 <a href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide"><b>our 25 web page</b></a> for instructions). 25 26 After that you can paste the following code segment into a file 26 27 <tt>hello_lemon.cc</tt> to have a first working program that uses LEMON. … … 42 43 43 44 \verbatim 44 g++ -lemon hello_lemon.cc -o hello_lemon45 g++ -lemon -o hello_lemon hello_lemon.cc 45 46 \endverbatim 46 47 … … 57 58 58 59 \verbatim 59 g++ -lemon -I ~/lemon/include -L ~/lemon/lib hello_lemon.cc -o hello_lemon60 g++ -lemon -I ~/lemon/include -L ~/lemon/lib -o hello_lemon hello_lemon.cc 60 61 \endverbatim 61 62 -
toc.txt
r16 r19 17 17 **_time_count 18 18 **_random 19 * install20 ** requirements_lemon21 *** requirements_lp22 ** install_from_source23 ** install_hg24 ** install_rpm25 ** install_user26 ** compile_codes27 *** compile_system_wide28 *** compile_user_local29 **** compile_use_pkg_config30 19 * license
Note: See TracChangeset
for help on using the changeset viewer.