COIN-OR::LEMON - Graph Library

Changes between Version 2 and Version 3 of ProjectTemplate


Ignore:
Timestamp:
06/26/09 09:15:30 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectTemplate

    v2 v3  
    1 = LEMON Contrib Template =
     1= LEMON Project Template =
    22
    3 The aim of [http://lemon.cs.elte.hu/hg/lemon-contrib-template the template repository] is to make is easier to setup a new LEMON based project.
     3The aim of [http://lemon.cs.elte.hu/hg/lemon-project-template the template repository] is to make is easier to setup a new LEMON based project.
    44It provides a cross platform [CMake http://cmake.org/] build environment.
    55
     
    88== Setup and Build the Template ==
    99
    10 This is fairly easy. First, clone the contrib template repository and step
     10This is fairly easy. First, clone the project template repository and step
    1111into the dir, as follows.
    1212
    1313{{{
    1414#!sh
    15 hg clone http://lemon.cs.elte.hu/hg/lemon-contrib-template myproject
     15hg clone http://lemon.cs.elte.hu/hg/lemon-project-template myproject
    1616cd myproject
    1717}}}
     
    5353== Setup Your Own Project ==
    5454
    55 Edit [http://lemon.cs.elte.hu/hg/lemon-contrib-template/file/tip/CMakeLists.txt CMakeLists.txt] to change the name of the project and the source files. Simply follow the instructions in [http://lemon.cs.elte.hu/hg/lemon-contrib-template/file/tip/CMakeLists.txt CMakeLists.txt].
     55Edit [http://lemon.cs.elte.hu/hg/lemon-project-template/file/tip/CMakeLists.txt CMakeLists.txt] to change the name of the project and the source files. Simply follow the instructions in [http://lemon.cs.elte.hu/hg/lemon-project-template/file/tip/CMakeLists.txt CMakeLists.txt].