From: Steven Ayre Date: Fri, 21 Nov 2014 01:32:59 +0000 (+0000) Subject: FS-7019 add note on how to build on Ubuntu X-Git-Tag: v1.4.15^2~16^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45dca3e0d460780260db7d9d5e9fd8cd40b92df;p=thirdparty%2Ffreeswitch.git FS-7019 add note on how to build on Ubuntu --- diff --git a/debian/README.source b/debian/README.source index f067c0ebe4..b2cd1bb3a9 100644 --- a/debian/README.source +++ b/debian/README.source @@ -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 --------------------------