From f1af7c1557110019c5af7effeee5ec8840774166 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Fri, 5 Sep 2008 14:01:51 +0000 Subject: [PATCH] none --- AFSLore/HowToBuildOpenAFSFromSource.mdwn | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/AFSLore/HowToBuildOpenAFSFromSource.mdwn b/AFSLore/HowToBuildOpenAFSFromSource.mdwn index 9aa8f9f..e3428ce 100644 --- a/AFSLore/HowToBuildOpenAFSFromSource.mdwn +++ b/AFSLore/HowToBuildOpenAFSFromSource.mdwn @@ -51,17 +51,14 @@ To check out the development branch: This will create a source tree in a directory named openafs-devel-1\_5\_x. -Next, step into your sandbox and run the regen.sh script to create the configure script. - - cd openafs-stable-1_4_x. - ./regen.sh - ### Building the Binaries #### Modern Paths -To build [[OpenAFS]] with Kerberos 5 support, and with a custom install path, +To build [[OpenAFS]] with Kerberos 5 support, and with a custom install path. Be sure to run ./regen.sh to generate the configure script. + cd openafs-stable-1_4_x. + ./regen.sh ./configure --prefix=/usr/local/openafs --with-krb5-conf=(full path to krb5-config script) make sudo make install -- 1.7.1