Navigation


Changes between Version 5 and Version 6 of Installation


Ignore:
Timestamp:
Mar 3, 2011, 4:06:16 PM (13 years ago)
Author:
Administrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v5 v6  
    2323
    2424{{{
     25#!sh
    2526 # The first time, you need to clone the repository as follow:
    2627$ hg clone http://www.freediameter.net/hg/freeDiameter
     
    4748It is highly recommended to build {{{freeDiameter}}} outside of the source repository.
    4849{{{
     50#!sh
    4951$ mkdir fDbuild
    5052$ cd fDbuild
     
    5456Note that you can either specify the CMAKE_OPTIONS directly on the command line, or later by running:
    5557{{{
     58#!sh
    5659$ cmake /path/to/freeDiameter/source
    5760$ make edit_cache
     
    150153Hopefully, once you have completed the ''cmake'' configuration, you only need to run:
    151154{{{
     155#!sh
    152156$ make
    153157}}}
     
    157161If you want a more detailed output, you can also use:
    158162{{{
     163#!sh
    159164$ make VERBOSE=1
    160165}}}
     
    165170Once the compilation is complete, you can install in the configured paths with:
    166171{{{
     172#!sh
    167173$ make install
    168174}}}