From: Michael Meffie Date: Fri, 5 Sep 2008 14:01:51 +0000 (+0000) Subject: none X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=f1af7c1557110019c5af7effeee5ec8840774166;hp=4dd6d1c15e9df1ca09fa237ddc7093704ad4f53c none --- 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