[Lemon-devel] Lemon tutorial build system

Alpár Jüttner alpar at cs.elte.hu
Wed Nov 5 18:22:30 CET 2008


Hi,

The build system of the lemon tutorial has been changed (i.e. further
improved). The main changes:
      * configure script added
      * demo/*.cc are now compiled (the executables are in demo/build)
      * version number appears in the doc and automatically updates
      * the cross reference to the lemon doc can be relocated (e.g. to a
        local copy of the doc)


But from now on, you must configure the repo first with

./configure

If your lemon is installed at a nonstandard location, you should tell
this to pkg-config at this phase:

PKG_CONFIG_PATH=
$PKG_CONFIG_PATH:/home/me/.local/lib/pkgconfig ./configure

Then the usual

make

will do its job.

Best regards,
Alpar






More information about the Lemon-devel mailing list