diff INSTALL.Fedora @ 643:f065e3cb846e 1.0.3

Updated documentation
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 21 Dec 2010 10:51:14 +0900
parents c16583e80ffe
children e387d5c6b6f5
line wrap: on
line diff
--- a/INSTALL.Fedora	Tue Dec 21 10:30:11 2010 +0900
+++ b/INSTALL.Fedora	Tue Dec 21 10:51:14 2010 +0900
@@ -4,15 +4,21 @@
 
 Dependencies on Fedora 13 (from minimal system):
 # yum install cmake make gcc flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel
+
+In addition, if you have not already retrieved the latest source:
 # yum install mercurial
 
 Following dependencies are optional, depending on which extensions you plan to compile
  app_acct:
-	# yum install postgresql-server postgresql-devel
+	# yum install postgresql-devel
+	optional:
+	# yum install postgresql-server
 
  app_sip:
  app_diameap:
-	# yum install mysql-server mysql-devel
+	# yum install mysql-devel
+	optional:
+	# yum install mysql-server 
 	
  dict_legacy_xml:
 	# yum install libxml2 libxml2-devel
@@ -21,21 +27,11 @@
 	# yum install swig python-devel
 
 
-Fetching the latest source:
-# hg clone http://www.freediameter.net/hg/freeDiameter
-# cd freeDiameter
-
-Compiling in a separate directory:
-# mkdir test.build
-# cd test.build
-# cmake ..
-# make
-
 NOTE: You may need to change something in SELinux to allow binding the SCTP socket on Diameter port.
 The following command is the very naive way to do it, you can probably do better (feedback appreciated!)
 # setenforce Permissive
 
 
 There is currently no Fedora-specific package for freeDiameter.
-You are welcome to contribute packaging scripts! Please contact with
-dev@freediameter.net for more details.
+You are welcome to contribute packaging scripts. 
+Please contact dev@freediameter.net for more details.
"Welcome to our mercurial repository"