Changeset 328:90294e7e986c in freeDiameter for INSTALL.Ubuntu
- Timestamp:
- May 28, 2010, 5:19:22 PM (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.