From: Martin Winter Date: Mon, 19 Mar 2018 18:29:34 +0000 (-0700) Subject: debianpkg: update doc for Ubuntu 18.04 X-Git-Tag: frr-5.0-dev~114^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=66bca1dfbb8dd7b2f7649ce588e7f0180f6dbfea;p=matthieu%2Ffrr.git debianpkg: update doc for Ubuntu 18.04 Signed-off-by: Martin Winter --- diff --git a/debianpkg/README.deb_build.md b/debianpkg/README.deb_build.md index 1536698bad..c90ca13394 100644 --- a/debianpkg/README.deb_build.md +++ b/debianpkg/README.deb_build.md @@ -11,8 +11,14 @@ adding a new backport. 2. Install the following additional packages: + on Ubuntu 12.04, 14.04, 16.04, 17.10, Debian 8 and 9: + apt-get install realpath equivs groff fakeroot debhelper devscripts + on Ubuntu 18.04: (realpath is now part of preinstalled by coreutils) + + apt-get install equivs groff fakeroot debhelper devscripts + 3. Checkout FRR under a **unpriviledged** user account git clone https://github.com/frrouting/frr.git frr