comparison INSTALL.FreeBSD @ 249:6e6ada749a11

Replaced clock_nanosleep since it is missing on FreeBSD platform
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 02 Apr 2010 15:55:26 +0900
parents 63fef1e56bc4
children 7842bed901ca
comparison
equal deleted inserted replaced
248:d3e892306468 249:6e6ada749a11
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 # /usr/local/bin/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 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 50
58 51
"Welcome to our mercurial repository"