COIN-OR::LEMON - Graph Library

Changes between Version 4 and Version 5 of ProjectTemplate


Ignore:
Timestamp:
07/07/09 21:04:54 (15 years ago)
Author:
Akos Ladanyi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectTemplate

    v4 v5  
    4141}}}
    4242
     43If you chose the latter and you are using Mercurial 1.3 or later, you can set the {{{lemon}}} repository as a subrepository of your project:
     44
     45{{{
     46#!sh
     47echo 'lemon = lemon' > .hgsub
     48hg add .hgsub
     49hg ci -m'Add .hgsub'
     50}}}
     51
     52For example this has the benefit that you can clone your project repository together with the {{{lemon}}} repository.
     53You can read more about subrepository support in Mercurial [http://mercurial.selenic.com/wiki/subrepos here].
     54
    4355Then run CMAKE to create the makefiles and compile the code as usual.
    4456