]> git.puffer.fish Git - matthieu/frr.git/commitdiff
debianpkg: update doc for Ubuntu 18.04
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 19 Mar 2018 18:29:34 +0000 (11:29 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 27 Mar 2018 13:27:44 +0000 (06:27 -0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
debianpkg/README.deb_build.md

index 1536698bad7ea97ac2084a6d143d92913be2c906..c90ca13394ee8dfb6239620f17c962762b7c2398 100644 (file)
@@ -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