diff -r 76d160eba8d4 -r efa883909c06 README --- a/README Tue Jun 02 16:27:06 2009 +0100 +++ b/README Tue Jun 16 18:47:21 2009 +0200 @@ -9,8 +9,8 @@ $ cd myproject As you probably want to use LEMON in your project, you will need it -too. For this you have to options. You can either install is somewhere -or use a local copy of lemon dedicated to your project. This later +too. For this you have to options. You can either install it somewhere +or use a local copy of LEMON dedicated to your project. This later option is especially usefull if you also modify/develop LEMON along with your project, or want to use a specific version. @@ -23,7 +23,7 @@ Use LEMON as a subproject. - Just simply coping the lemon source code into the 'lemon' subdir + Just simply copying the LEMON source code into the 'lemon' subdir will do the job. Namely, you can either extract a release tarball $ wget http://lemon.cs.elte.hu/pub/sources/lemon-1.1.tar.gz @@ -40,6 +40,7 @@ $ cd build $ cmake-gui .. + Setup Your Own Project ======================