gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Also note the cmake based build environment in INSTALL file
0 1 0
default
1 file changed with 6 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 8 line context
... ...
@@ -4,8 +4,14 @@
4 4
Since you are reading this I assume you already obtained one of the release
5 5
tarballs and successfully extracted it. The latest version of LEMON is
6 6
available at our web page (http://lemon.cs.elte.hu/).
7 7

	
8
LEMON provides two different build environments, one is based on "autotool",
9
while the other is based on "cmake". This file contains instructions only for
10
the former one, which is the recommended build environment on Linux, Mac OSX
11
and other unices or if you use Cygwin on Windows. For cmake installation
12
instructions visit http://lemon.cs.elte.hu.
13

	
8 14
In order to install LEMON from the extracted source tarball you have to
9 15
issue the following commands:
10 16

	
11 17
   1. `cd lemon-x.y.z'
0 comments (0 inline)