COIN-OR::LEMON - Graph Library

Changes between Version 2 and Version 3 of HowToCompile


Ignore:
Timestamp:
12/01/10 12:22:21 (13 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v2 v3  
    55   - If you install it system-wide on Unices (Linux, OSX, AIX etc.), then the compiler will automatically find LEMON, thus you can simply compile your code like this:
    66     {{{
    7 g++ mycode.cc -lemon
     7g++ -O2 mycode.cc -lemon
    88     }}}
    99   - If you want to use an installed LEMON on Windows or a user-local installed version on Unices, you must explicitly tell the location of the header files and the lib to the compiler. Please consult the documentation of your compiler on how to do it.