# HG changeset patch # User alpar # Date 1181064275 0 # Node ID 1d685ac667ec2f998dd09a1ad07942df47a577a9 # Parent ab899ae3505f6c3db9d491e6badc63dcd3228ca4 Minor improvement in Tutorial diff -r ab899ae3505f -r 1d685ac667ec doc/getting_started.dox --- a/doc/getting_started.dox Tue Jun 05 14:48:20 2007 +0000 +++ b/doc/getting_started.dox Tue Jun 05 17:24:35 2007 +0000 @@ -109,7 +109,7 @@ \section compile_hw Compiling Hello World To compile this program all you have to do is type in -\code g++ -ohw hello_world.cc \endcode +\code g++ -ohello_world hello_world.cc \endcode and press \c Enter! This is the case if you installed LEMON on your system. (For more information see the LEMON installation instructions.)