From 3b600e4ce29da61a3019412228d507d68aec7abd Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 21 Dec 2004 22:25:23 +0000 Subject: Addd instruction to run autogen.sh. (This used to be commit aba822305c50ac11a312ca653042739be6cda4de) --- docs/Samba-HOWTO-Collection/Compiling.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/Samba-HOWTO-Collection/Compiling.xml b/docs/Samba-HOWTO-Collection/Compiling.xml index b6dea57abb..ef78202584 100644 --- a/docs/Samba-HOWTO-Collection/Compiling.xml +++ b/docs/Samba-HOWTO-Collection/Compiling.xml @@ -227,10 +227,22 @@ example of what you would not want to see would be: Building the Binaries + + autogen.sh + After the source tarball has been unpacked, the next step ivolves + configuration to match Samba to your operating system platform. + First it is necessary to build the configure script. + This can be done by executing the following: + +&rootprompt; cd samba-3.0.0 +&rootprompt; ./autogen.sh + + + -configure - To build the binaries, first run the program ./configure + configure + To build the binaries, run the program ./configure in the source directory. This should automatically configure Samba for your operating system. If you have unusual needs, then you may wish to run -- cgit