]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7019 add note on how to build on Ubuntu
authorSteven Ayre <steveayre@gmail.com>
Fri, 21 Nov 2014 01:32:59 +0000 (01:32 +0000)
committerSteven Ayre <steven.ayre@voxygen.co.uk>
Fri, 21 Nov 2014 17:57:12 +0000 (17:57 +0000)
debian/README.source

index f067c0ebe4285d9e1beca30b1de8303c27be2e25..b2cd1bb3a9255a685db2622399c31e149ee460e9 100644 (file)
@@ -72,6 +72,16 @@ will generate packages for all supported Debian releases.  Simply run:
 
     ./debian/util.sh build-all -ibn -z9
 
+Building on Ubuntu
+------------------
+
+Building on supported Ubuntu releases requires the main and universe
+APT components in the pbuilder chroot. You should enable the universe
+component in your system's APT sources.list and use the -t option to
+use your system sources in the chroot:
+
+    ./debian/util.sh build-all -ibn -z9 -t
+
 Building only some modules
 --------------------------