1.1 --- a/README Tue Jun 02 16:27:06 2009 +0100
1.2 +++ b/README Tue Jun 16 18:47:21 2009 +0200
1.3 @@ -9,8 +9,8 @@
1.4 $ cd myproject
1.5
1.6 As you probably want to use LEMON in your project, you will need it
1.7 -too. For this you have to options. You can either install is somewhere
1.8 -or use a local copy of lemon dedicated to your project. This later
1.9 +too. For this you have to options. You can either install it somewhere
1.10 +or use a local copy of LEMON dedicated to your project. This later
1.11 option is especially usefull if you also modify/develop LEMON along
1.12 with your project, or want to use a specific version.
1.13
1.14 @@ -23,7 +23,7 @@
1.15
1.16 Use LEMON as a subproject.
1.17
1.18 - Just simply coping the lemon source code into the 'lemon' subdir
1.19 + Just simply copying the LEMON source code into the 'lemon' subdir
1.20 will do the job. Namely, you can either extract a release tarball
1.21
1.22 $ wget http://lemon.cs.elte.hu/pub/sources/lemon-1.1.tar.gz
1.23 @@ -40,6 +40,7 @@
1.24 $ cd build
1.25 $ cmake-gui ..
1.26
1.27 +
1.28 Setup Your Own Project
1.29 ======================
1.30