Changes between Version 5 and Version 6 of Installation
- Timestamp:
- Mar 3, 2011, 4:06:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v5 v6 23 23 24 24 {{{ 25 #!sh 25 26 # The first time, you need to clone the repository as follow: 26 27 $ hg clone http://www.freediameter.net/hg/freeDiameter … … 47 48 It is highly recommended to build {{{freeDiameter}}} outside of the source repository. 48 49 {{{ 50 #!sh 49 51 $ mkdir fDbuild 50 52 $ cd fDbuild … … 54 56 Note that you can either specify the CMAKE_OPTIONS directly on the command line, or later by running: 55 57 {{{ 58 #!sh 56 59 $ cmake /path/to/freeDiameter/source 57 60 $ make edit_cache … … 150 153 Hopefully, once you have completed the ''cmake'' configuration, you only need to run: 151 154 {{{ 155 #!sh 152 156 $ make 153 157 }}} … … 157 161 If you want a more detailed output, you can also use: 158 162 {{{ 163 #!sh 159 164 $ make VERBOSE=1 160 165 }}} … … 165 170 Once the compilation is complete, you can install in the configured paths with: 166 171 {{{ 172 #!sh 167 173 $ make install 168 174 }}}