none
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 8 Nov 2007 19:19:17 +0000 (19:19 +0000)
committerMichael Meffie <mmeffie@sinenomine.net>
Thu, 8 Nov 2007 19:19:17 +0000 (19:19 +0000)
AFSLore/GettingStarted.mdwn
AFSLore/HowToBuildOpenAFSFromSource.mdwn
AFSLore/WebHome.mdwn

index 4a2cb12..9a38f7a 100644 (file)
@@ -28,7 +28,6 @@
 - [[AFS Quick Start Guide for UNIX|Main/AFSQuickStartGuideForUNIX]]
 - [[Example USS Templates|Main/ExampleUSSTemplates]]
 - [AFS intro doc at Stanford](http://www.stanford.edu/services/afs/intro/)
-- [[How To Build OpenAFS from source|Main/HowToBuildOpenAFSFromSource]]
 
 -- [[JeffreyHutzelman]] - 18 Jan 2002<br /> -- [[TedAnderson]] - 11 Apr 2002<br /> -- [[TWikiGuest]] - 24 Apr 2004
 
index c33b0a9..9ae4857 100644 (file)
@@ -2,13 +2,27 @@ This is a guide on how to build [[OpenAFS]] from source code. Note that [[OpenAF
 
 ### <a name="Requirements"></a> Requirements
 
+Tools
+
+- cvs client
 - autoconf
 - automake
 - perl 5.6
+- gcc (versions?)
+- GNU make
+- lex/yacc (flex/bison)
 
-One of the following compiliers:
+Libraries
 
-- gcc (versions?)
+- libc
+- kerberos, optional, but recommended
+- ncurses
+- kernel headers
+
+If you are building on Debian, you can get the required software with the following apt-get commands.
+
+      apt-get install cvs autoconf automake make gcc flex bison
+      apt-get install libc6-dev libkrb5-dev libncurses5-dev linux-headers-$(uname -r)
 
 ### <a name="Getting the Source Code from CVS"></a> Getting the Source Code from CVS
 
index 881f9a6..99dfecf 100644 (file)
@@ -9,6 +9,7 @@ Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaborati
 - [[NewProjects]]
 - [[AncientHistory]] (once upon a time...)
 - [[CodeArchitecture]]
+- [[How To Build OpenAFS from Source|Main/HowToBuildOpenAFSFromSource]]
 
 Note: This area is about AFS, whose name is properly spelled in all uppercase. Unfortunately, this creates interesting challenges in coming up with appropriate [[WikiWords|TWiki/WikiWord]] for naming topics. Please bear with us -- or come up with better names!