comparison INSTALL.FreeBSD @ 238:62eaf631eb61

Fix compilation issue when gnutls is not in standard directory
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 08 Mar 2010 14:52:01 +0900
parents f91fe0b85928
children aba4342b5916
comparison
equal deleted inserted replaced
237:5ba7a37a6732 238:62eaf631eb61
30 30
31 31
32 3) Install mercurial (optional) 32 3) Install mercurial (optional)
33 (replace "cmake" by "mercurial" in the previous command) 33 (replace "cmake" by "mercurial" in the previous command)
34 34
35 4) Install flex and bison. 35 4) Install flex and bison, same way.
36 36
37 5) Retrieve freeDiameter source code: 37 5) Retrieve freeDiameter source code:
38 # cd ~ 38 # cd ~
39 # /usr/local/bin/hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter/ 39 # /usr/local/bin/hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter/
40 40
41 6) Make a build directory 41 6) Make a build directory
42 # mkdir fD-build 42 # mkdir fD-build
43 # cd fD-build 43 # cd fD-build
44 44
45 7) Run cmake for freeDiameter (add other flags as you see fit, see INSTALL for more details) 45 7) Run cmake for freeDiameter (add other flags as you see fit, see INSTALL for more details)
46 # cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ../freeDiameter 46 # /usr/local/bin/cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ../freeDiameter
47 47
48 8) make, run, enjoy :) 48 8) make, run, enjoy :)
49
50 ------
51 STATUS
52 ------
53 *) clock_nanosleep:
54 This function will prevent the build of the tests, it needs to be fixed (TODO)
55 Workaround: use -DSKIP_TESTS:BOOL=ON
56
57 *)
"Welcome to our mercurial repository"