Navigation


Changeset 325:5133b45e3305 in freeDiameter for INSTALL


Ignore:
Timestamp:
May 20, 2010, 2:23:11 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r304 r325  
    88# make
    99
    10 Note: instead of passing options on the command line, you can use a CMake front-end (for example ccmake or cmake-gui)
    11 or edit the CCmakeCache.txt file directly. If your cmake installation is recent, you can also do:
     10You can pass options to instruct cmake about which components to compile on the command-line.
     11You can also use a CMake front-end (for example ccmake or cmake-gui) or edit the CCmakeCache.txt file directly.
     12If your cmake installation is recent, the edit_cache target is a good help as well:
    1213# mkdir build
    1314# cd build
    1415# cmake ../
     16# make help
    1517# make edit_cache
    1618# make
    1719
    18 
    19 You can enable the unary tests by doing:
     20You can enable the unit tests by doing:
    2021# cmake -DSKIP_TESTS:BOOL=OFF ../
    2122# make
     
    2324
    2425Note that there are dependencies on external tools that may not be enforced by the configure script.
    25 See the specific INSTALL.distro files matching your situation.
    26 
    27 You can configure which extensions to build with CMake:
    28 IGNORE_ALL_EXTENSIONS:BOOL=OFF    (or the following are ignored)
    29 BUILD_SAMPLE:BOOL=ON
    30 BUILD_DICT_NASREQ:BOOL=ON
    31 BUILD_APP_RADGW:BOOL=ON
    32 ...
    33 
    34 You can change the default configuration file pathname:
    35 DEFAULT_CONF_FILE:STRING=/path/to/some/freeDiameter.conf
    36 
    37 Build binary with symbols, for debug:
    38 CMAKE_BUILD_TYPE:STRING=Debug
     26See the specific INSTALL.* files for additional information.
Note: See TracChangeset for help on using the changeset viewer.