comparison INSTALL @ 234:f91fe0b85928

Updated INSTALL files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 04 Mar 2010 17:32:00 +0900
parents 277ec00d793e
children 7842bed901ca
comparison
equal deleted inserted replaced
233:87ca7b66a90c 234:f91fe0b85928
14 14
15 Note: instead of passing options on the command line, you can use a CMake front-end (for example cmake-gui) 15 Note: instead of passing options on the command line, you can use a CMake front-end (for example cmake-gui)
16 or edit the CCmakeCache.txt file directly. 16 or edit the CCmakeCache.txt file directly.
17 17
18 Note that there are dependencies on external tools that may not be enforced by the configure script. 18 Note 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 ...): 19 See the specific INSTALL.distro files matching your situation.
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 ...
26 20
27 make install has not been tested yet and will probably not behave as expected! 21 make install has not been tested yet and will probably not behave as expected!
28 22
29 You can also configure which extensions to build with CMake: 23 You can configure which extensions to build with CMake:
30 IGNORE_ALL_EXTENSIONS:BOOL=OFF (or the following are ignored) 24 IGNORE_ALL_EXTENSIONS:BOOL=OFF (or the following are ignored)
31 BUILD_APP_TEST:BOOL=ON 25 BUILD_APP_TEST:BOOL=ON
32 BUILD_RT_ANY:BOOL=ON 26 BUILD_RT_ANY:BOOL=ON
33 BUILD_RT_DEBUG:BOOL=ON 27 BUILD_RT_DEBUG:BOOL=ON
34 BUILD_RT_DEFAULT:BOOL=ON 28 BUILD_RT_DEFAULT:BOOL=ON
"Welcome to our mercurial repository"