[Lemon-user] request for a header (config.h)

Kovács Péter kpeter at inf.elte.hu
Sat Oct 2 20:53:43 CEST 2010


Hi,

LEMON is not intended to be used file-by-file, the library should be 
downloaded and compiled at once. The compilation process creates 
config.h from config.h.in or config.h.cmake (depending on the build 
system you use). For more information, see the installation guide:
http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide

By the way, if you do not use the LP/MIP tools of LEMON, you only need a
#define LEMON_HAVE_LONG_LONG 1
line in config.h. However, you'd better build and install LEMON as 
described above.

Peter


> Hello
>
> I download min-cost-flow-test.cc from lemon library . in this C++ code,
> the header "confing.h" is used, but I can't find this header from
> "Browse Source/lemon" . I just find "config.h.in <http://config.h.in>"
> and "config.h.cmake" but i don't know how to use them instead of
> "config.h" .
> please help me. I need a lot to it.
>
> thanks.
>



More information about the Lemon-user mailing list