[Lemon-user] Enabling GLPK library after LEMON had been installed
Alpár Jüttner
alpar at cs.elte.hu
Tue Aug 2 15:52:49 CEST 2011
Hi,
> Have you tried to follow these steps?
> http://lemon.cs.elte.hu/trac/lemon/wiki/InstallAutotool#InstallfromSource
>
> The ./configure command will show a summary of configuration options
> (they are automatically detected). This summary should contain the
> following line if you have GLPK properly installed:
>
> GLPK support.................. : yes
>
> If you have this line in the summary, finish the installation by 'make'
> and 'make install'.
On a side note, the autotool based build system is going to be
deprecated in favor of CMAKE, so I suggest using
mkdir build
cd build
cmake -L ..
instead of ./configure
The option -L above has cmake printed various config settings (including
the location of GLPK if is was found).
Regards,
Alpar
More information about the Lemon-user
mailing list