Changes in getting_started.dox [11:0a51fe554d01:12:d64ffbd7d8c6] in lemon-tutorial
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
getting_started.dox
r11 r12 19 19 namespace lemon { 20 20 /** 21 \page hello_lemonCompile Your First Code21 [PAGE]hello_lemon[PAGE] Compile Your First Code 22 22 23 23 First of all you have to install LEMON on your system (see … … 55 55 Now let us compile this simple example program. 56 56 57 \section hello_lemon_systemIf LEMON is Installed System-Wide57 [SEC]hello_lemon_system[SEC] If LEMON is Installed System-Wide 58 58 59 59 If LEMON is installed system-wide (into directory \c /usr/local), … … 73 73 \endverbatim 74 74 75 \section hello_lemon_userIf LEMON is Installed User-Local75 [SEC]hello_lemon_user[SEC] If LEMON is Installed User-Local 76 76 77 77 Compiling the code is a bit more difficult if you installed LEMON … … 117 117 <a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>. 118 118 119 [TRAILER] 119 120 */ 120 121 }
Note: See TracChangeset
for help on using the changeset viewer.