getting_started.dox
changeset 57 18404ec968ca
parent 32 ef12f83752f6
equal deleted inserted replaced
14:17723d2c9e9a 15:07eb568b709e
    47 
    47 
    48 \verbatim
    48 \verbatim
    49 g++ -o hello_lemon hello_lemon.cc -lemon
    49 g++ -o hello_lemon hello_lemon.cc -lemon
    50 \endverbatim
    50 \endverbatim
    51 
    51 
    52 As a result you will get the exacutable \c hello_lemon in the current
    52 As a result you will get the executable \c hello_lemon in the current
    53 directory, which you can run by the following command.
    53 directory, which you can run by the following command.
    54 
    54 
    55 \verbatim
    55 \verbatim
    56 ./hello_lemon
    56 ./hello_lemon
    57 \endverbatim
    57 \endverbatim