Hi lilzz,
I was not able to follow their instructions neither.
The cmake does not finish.
Code:
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
-- Found Wget: /usr/bin/wget
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found Ghostscript: /usr/bin/gs
-- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND) (Required is at least version "4.33")
-- Could NOT find ILOG (missing: ILOG_CPLEX_LIBRARY ILOG_CPLEX_INCLUDE_DIR)
-- Could NOT find COIN (missing: COIN_INCLUDE_DIR COIN_CBC_LIBRARY COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY COIN_OSI_CLP_LIBRARY)
-- Could NOT find SOPLEX (missing: SOPLEX_LIBRARY SOPLEX_INCLUDE_DIR)
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Copy doc from source tree
-- Configuring incomplete, errors occurred!
See also "/home/florian/download/lemon-1.3.1/build/CMakeFiles/CMakeOutput.log".
See also "/home/florian/download/lemon-1.3.1/build/CMakeFiles/CMakeError.log".
Though I have no idea what LEMON actually is, these look like missing dependencies.
GLPK is probably "libglpk-dev", depending on your distribution, do you have similar cmake errors?
They have a "users" mailing list on the website, you should try to work the dependencies out and just ask there if you're stuck.
In general, your post lacks a lot of info, for the future, please remember to include your distribution and way more important the commands you actually entered and their feedback, not just a copy of the insructions...
BR
Florian