diff INSTALL.OpenSUSE @ 612:95bb43106039

Updated documentation, included information for OpenSUSE and Fedora
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 02 Dec 2010 17:08:29 +0900
parents
children f065e3cb846e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL.OpenSUSE	Thu Dec 02 17:08:29 2010 +0900
@@ -0,0 +1,37 @@
+### Very short install notes for OpenSUSE (tested on OpenSUSE 11.3)
+# Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes).
+
+
+Dependencies on OpenSUSE 11.3 (from minimal server system installation):
+# zypper install cmake make gcc flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel
+# zypper install mercurial
+
+Following dependencies are optional, depending on which extensions you plan to compile
+ app_acct:
+	# zypper install postgresql-server postgresql-devel
+
+ app_sip:
+ app_diameap:
+ 	# zypper install libmysqlclient-devel 
+	(would also need a server, not sure which package is appropriate)
+	
+ dict_legacy_xml:
+	# zypper install libxml2 libxml2-devel
+	
+ dbg_interactive:
+	# zypper 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
+
+There is currently no OpenSUSE-specific package for freeDiameter.
+You are welcome to contribute packaging scripts! Please contact with
+dev@freediameter.net for more details.
"Welcome to our mercurial repository"