missed a reference to 1.6.16
[openafs-wiki.git] / HowToBuildOpenAFSFromSource.mdwn
index 4a8d9a5..c12ded2 100644 (file)
@@ -142,22 +142,29 @@ 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 ###
 
 On a RedHat-based linux distributions, all of the required packages can be
 installed with the following yum commands,
 
-     $ yum install git-core gcc autoconf automake libtool make flex bison
-     $ yum install glibc-devel krb5-devel perl-devel ncurses-devel pam-devel kernel-devel-$(uname -r)
+     $ sudo yum install git-core gcc autoconf automake libtool make flex bison
+     $ sudo yum install glibc-devel krb5-devel perl-devel ncurses-devel pam-devel kernel-devel-$(uname -r)
+     $ sudo yum install perl-devel perl-ExtUtils-Embed
 
 The following additional packages are needed to [[build RPM packages|HowToBuildOpenAfsRpmPackages]].
 
-     $ yum install wget perl-devel perl-ExtUtils-Embed rpm-build
+     $ sudo yum install wget rpm-build redhat-rpm-config
 
 ### Solaris Packages ###
 
@@ -210,6 +217,7 @@ Use the `pkg` tool to install the other necessary packages:
       $ sudo pkg install gnu-coreutils gnu-binutils gnu-sed
       $ sudo pkg install make flex bison
       $ sudo pkg install automake autoconf libtool
+      $ sudo pkg install onbld
 
 If you have dependency issues with automake, try automake-110