From: https://www.google.com/accounts/o8/id?id=AItOawk_GD3B2YRV5t7ZM5GOh2nD2jfC6Rihqvg Date: Fri, 21 Sep 2012 18:03:49 +0000 (-0700) Subject: (no commit message) X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=45f8c7f495ee5889e40ffd16f0195a5e2345da04 --- diff --git a/AFSLore/HowToBuildOpenAFSFromSource.mdwn b/AFSLore/HowToBuildOpenAFSFromSource.mdwn index e9be704..10fe537 100644 --- a/AFSLore/HowToBuildOpenAFSFromSource.mdwn +++ b/AFSLore/HowToBuildOpenAFSFromSource.mdwn @@ -98,10 +98,11 @@ The following tools are needed to build OpenAFS from source from a tar file: - install - perl 5.6 or better (only to build the documention) -In addtion to the above, the following tools are needed to build OpenAFS +In addition to the above, the following tools are needed to build OpenAFS from a git checkout: - git +- libtool - autoconf 2.60 or better - automake @@ -135,7 +136,7 @@ support, which is *strongly* recommended. On a Debian 6, the required packages can be install with the following commands apt-get commands, - $ apt-get install git autoconf automake make gcc flex bison + $ apt-get install git libtool autoconf automake make gcc flex bison $ apt-get install libc6-dev libkrb5-dev libncurses5-dev linux-headers-$(uname -r) ### Linux RPM Packages