comparison INSTALL.FreeBSD @ 921:a0ab56aa089f

Fix compilation when SCTP_USE_MAPPED_ADDRESSES is true, and add a note about this for FreeBSD (seems to be needed at least for FreeBSD 9.1)
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 14 Feb 2013 14:12:23 +0100
parents e387d5c6b6f5
children 699c3fb0c57b
comparison
equal deleted inserted replaced
920:cb439d57d0c5 921:a0ab56aa089f
6 6
7 On FreeBSD-8.0 at least the following ports packages were required (should be same on FreeBSD-7.x): 7 On FreeBSD-8.0 at least the following ports packages were required (should be same on FreeBSD-7.x):
8 cmake flex bison gnutls 8 cmake flex bison gnutls
9 9
10 Then the cmake command had to look like: 10 Then the cmake command had to look like:
11 cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ... 11 cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex -DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON ...
12 12
13 13
14 --------------------- 14 ---------------------
15 COMPLETE INSTRUCTIONS 15 COMPLETE INSTRUCTIONS
16 --------------------- 16 ---------------------
43 6b) Make a build directory 43 6b) Make a build directory
44 # mkdir fD-build 44 # mkdir fD-build
45 # cd fD-build 45 # cd fD-build
46 46
47 7) Run cmake for freeDiameter (add other flags as you see fit, see INSTALL for more details) 47 7) Run cmake for freeDiameter (add other flags as you see fit, see INSTALL for more details)
48 # /usr/local/bin/cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ../freeDiameter 48 # /usr/local/bin/cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex -DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON ../freeDiameter
49 49
50 8) Compile, optionnaly test 50 8) Compile, optionnaly test
51 # make 51 # make
52 # make test 52 # make test
53 53
"Welcome to our mercurial repository"