Changeset 11:0a51fe554d01 in lemon-tutorial
- Timestamp:
- 10/31/08 15:01:15 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
r8 r11 219 219 # Configuration::additions related to external references 220 220 #--------------------------------------------------------------------------- 221 TAGFILES = "./ doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \221 TAGFILES = "./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
r9 r11 17 17 */ 18 18 19 namespace lemon { 19 20 /** 20 21 \page hello_lemon Compile Your First Code 21 22 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. 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. 25 27 26 28 \dontinclude hello_lemon.cc … … 116 118 117 119 */ 120 } -
install.dox
r9 r11 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 hg_checkout"later", so from now on we64 This case is detailed \ref install_hg "later", so from now on we 65 65 suppose that you downloaded a <tt>.tar.gz</tt> file. 66 66 … … 217 217 218 218 You have to give more options to the compiler if LEMON is installed 219 user-local into a directory (denoted by <tt> <dir></tt>)219 user-local into a directory (denoted by <tt><dir></tt>) 220 220 or if you just skipped the step <tt>make install</tt>. 221 In the later case <tt> <dir></tt> denotes the directory in which the221 In the later case <tt><dir></tt> denotes the directory in which the 222 222 the \c make command have been performed. 223 223
Note: See TracChangeset
for help on using the changeset viewer.