Changes in / [12:d64ffbd7d8c6:10:55e2f7712e87] in lemon-tutorial
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
r12 r10 219 219 # Configuration::additions related to external references 220 220 #--------------------------------------------------------------------------- 221 TAGFILES = "./ libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \221 TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \ 222 222 "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0" 223 223 GENERATE_TAGFILE = -
getting_started.dox
r12 r10 17 17 */ 18 18 19 namespace lemon {20 19 /** 21 20 [PAGE]hello_lemon[PAGE] Compile Your First Code 22 21 23 First of all you have to install LEMON on your system (see 24 \ref install for instructions). 25 After that you can paste the following code segment into a file 26 <tt>hello_lemon.cc</tt> to have a first working program that uses LEMON. 22 If you have installed LEMON on your system you can paste the following 23 code segment into a file called <tt>hello_lemon.cc</tt> to have a first 24 working program that uses LEMON. 27 25 28 26 \dontinclude hello_lemon.cc … … 119 117 [TRAILER] 120 118 */ 121 } -
install.dox
r12 r10 62 62 If you want a developer version (for example you want to contribute in 63 63 developing LEMON) then you might want to use our Mercurial repository. 64 This case is detailed \ref install_hg"later", so from now on we64 This case is detailed \ref hg_checkout "later", so from now on we 65 65 suppose that you downloaded a <tt>.tar.gz</tt> file. 66 66 … … 216 216 217 217 You have to give more options to the compiler if LEMON is installed 218 user-local into a directory (denoted by <tt> <dir></tt>)218 user-local into a directory (denoted by <tt><dir></tt>) 219 219 or if you just skipped the step <tt>make install</tt>. 220 In the later case <tt> <dir></tt> denotes the directory in which the220 In the later case <tt><dir></tt> denotes the directory in which the 221 221 the \c make command have been performed. 222 222
Note: See TracChangeset
for help on using the changeset viewer.