(no commit message)
authorhttps://launchpad.net/~mije <mije@web>
Thu, 14 Apr 2016 15:51:26 +0000 (11:51 -0400)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Thu, 14 Apr 2016 15:51:26 +0000 (11:51 -0400)
HowToBuildOpenAFSFromSource.mdwn

index 39677ca..080c4cb 100644 (file)
@@ -142,10 +142,16 @@ support, which is *strongly* recommended.
 
 ### Linux Debian Packages ###
 
+On recent versions of Debian, use the apt-get build-dep command to install the needed
+build dependencies,
+
+    $ sudo apt-get build-dep openafs
+    $ sudo apt-get install linux-headers-$(uname -r)
+
 On a Debian 6, the required packages can be install with the following commands apt-get commands,
 
-    $ apt-get install git autoconf automake libtool make gcc flex bison
-    $ apt-get install libc6-dev libkrb5-dev libperl-dev libncurses5-dev linux-headers-$(uname -r)
+    $ sudo apt-get install git autoconf automake libtool make gcc flex bison
+    $ sudo apt-get install libc6-dev libkrb5-dev libperl-dev libncurses5-dev linux-headers-$(uname -r)
 
 ### Linux RPM Packages ###