changeset 323:f34646a91dbc

Updated FreeBSD notes
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 19 May 2010 15:35:47 +0900
parents b26ed8eff9bf
children 5cb46cbb8463
files INSTALL.FreeBSD
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.FreeBSD	Wed May 19 15:20:45 2010 +0900
+++ b/INSTALL.FreeBSD	Wed May 19 15:35:47 2010 +0900
@@ -45,7 +45,15 @@
 7) Run cmake for freeDiameter (add other flags as you see fit, see INSTALL for more details)
    # /usr/local/bin/cmake -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex ../freeDiameter
 
-8) make, run, enjoy :)
+8) Compile, optionnaly test
+   # make
+   # make test
+
+9) Install
+   # make install
+   
+10) Run (the install path can be changed in cmake step):
+   # /usr/local/bin/freeDiameterd --help
 
 
 ------------------------------
@@ -79,7 +87,7 @@
   root=# \q
 
 3) configure the sources
-  # ccmake .
+  # make edit_cache
    BUILD_APP_ACCT:BOOL=ON
    TEST_APP_ACCT:BOOL=ON
    TEST_APP_ACCT_CONNINFO:STRING="user=root dbname=root"
"Welcome to our mercurial repository"