Changeset 328:90294e7e986c in freeDiameter
- Timestamp:
- May 28, 2010, 5:19:22 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 edited
- 21 moved
Legend:
- Unmodified
- Added
- Removed
-
INSTALL.Ubuntu
r325 r328 2 2 3 3 4 freeDiameter has native support for Debian packaging. All related files 5 are in the directory "debian" of the distribution. 4 freeDiameter is shipped with the necessary files to generate the Debian package. 5 All related files are in the directory "contrib/debian" of the distribution. 6 As a first step, you have to link this directory from your top-level dir: 7 ln -s contrib/debian 8 6 9 7 10 The following packages are required to compile freeDiameter from source: … … 14 17 15 18 16 If your debhelper environment is recent , the following commands should17 generate the freeDiameter packages for you:19 If your debhelper environment is recent (> 7.3.9 to provide cmake support), 20 the following commands should generate the freeDiameter packages for you: 18 21 19 22 # Install the dependencies for building the source: … … 24 27 hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter 25 28 cd freeDiameter 29 30 # Prepare for Debian package 31 ln -s contrib/debian 26 32 27 33 # Build the packages … … 42 48 =========================================== 43 49 44 freeDiameter has been tested on the following distributions :50 freeDiameter has been tested on the following distributions (compiled from source as described bellow): 45 51 Ubuntu Intrepid, Jaunty, Karmic, Lucid. 46 52 Debian Lenny. 47 53 48 (Ubuntu Hardy support is broken) 54 Ubuntu Hardy support is broken. 55 56 The Debian package has been generated with success on Ubuntu Lucid. 49 57 50 58 -
README
r325 r328 1 freeDiameter is an implementation of Diameter.1 freeDiameter is an implementation of the Diameter protocol. 2 2 3 3 Diameter is a protocol designed to carry Authentication, Authorization and -
contrib/README
r327 r328 7 7 on the last modification time. Thought I might share it if other people find 8 8 it useful for their own project... 9 10 11 - debian : This directory contains the packaging information to create native Debian / Ubuntu 12 packages. It requires debhelper >= 7.3.9 (support for cmake). To use, simply link the 13 debian folder from the main freeDiameter folder, then use your building script as 14 usual ('dh binary' or 'pdebuild' or ...). 15 9 16 10 17 - PKI : This directory contains useful material related to establishing a … … 29 36 that provides more or less the same services as ca_script. 30 37 38 31 39 - OpenWRT : This directory contains the scripts and documentation related to 32 40 the integration of freeDiameter RADIUS/Diameter gateway component in the openWRT -
contrib/debian/control
r313 r328 3 3 Priority: optional 4 4 Maintainer: Sebastien Decugis <sdecugis@nict.go.jp> 5 Build-Depends: debhelper ( >= 7 ),5 Build-Depends: debhelper ( >= 7.3.9), 6 6 cmake, make, gcc, bison, flex, 7 7 libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev
Note: See TracChangeset
for help on using the changeset viewer.