# HG changeset patch # User Sebastien Decugis # Date 1245821637 -32400 # Node ID cd4d9118853079bde55a553e28ce98338d1c31d8 # Parent f7f89575faef16098102bb092f01c88f37610bb7 Updated information for FreeBSD diff -r f7f89575faef -r cd4d91188530 INSTALL --- a/INSTALL Tue Jun 23 16:09:35 2009 +0900 +++ b/INSTALL Wed Jun 24 14:33:57 2009 +0900 @@ -19,9 +19,10 @@ On Ubuntu Intrepid, the following packages were required: gcc make flex bison libsctp1 libsctp-dev cmake -On NetBSD the following packages were required: (pkg_add -v ) +On FreeBSD the following packages were required: cmake flex bison -# To be completed: sctp, C compiler, Make ... +Then the cmake command had to look like: + cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ... make install would probably install some files in your system but... at your own risks! (never tested yet!)