Navigation


Changeset 234:f91fe0b85928 in freeDiameter for INSTALL


Ignore:
Timestamp:
Mar 4, 2010, 5:32:00 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Updated INSTALL files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r20 r234  
    1717
    1818Note that there are dependencies on external tools that may not be enforced by the configure script.
    19 On Ubuntu Intrepid, the following packages were required (aptitude install ...):
    20  gcc make flex bison libsctp1 libsctp-dev cmake libgnutls-dev libgcrypt-dev
    21 
    22 On FreeBSD the following packages were required:
    23  cmake flex bison
    24 Then the cmake command had to look like:
    25  cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ...
     19See the specific INSTALL.distro files matching your situation.
    2620
    2721make install has not been tested yet and will probably not behave as expected!
    2822
    29 You can also configure which extensions to build with CMake:
     23You can configure which extensions to build with CMake:
    3024IGNORE_ALL_EXTENSIONS:BOOL=OFF    (or the following are ignored)
    3125BUILD_APP_TEST:BOOL=ON
Note: See TracChangeset for help on using the changeset viewer.