r15768: make it possible that the caller of the ntvfs_subsystem doesn't
[jelmer/samba4-debian.git] / howto.txt
index 4c0797e4637ee25511a52c00adf9ce8d07b48632..6f7824827966c96497d8f7c7b3a913f286387b52 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -22,6 +22,12 @@ There are 2 methods of doing this:
 both methods will create a directory called "samba4" in the current
 directory. If you don't have rsync or svn then install one of them. 
 
+Since only released versions of Samba contain a pregenerated configure script, 
+you will have to generate it by hand:
+
+ $ cd samba4/source
+ $ ./autogen.sh
+
 Note that the above rsync command will give you a checked out svn
 repository. So if you also have svn you can update it to the latest
 version at some future date using:
@@ -32,17 +38,20 @@ version at some future date using:
 Step 2: compile Samba4
 ----------------------
 
+Recommended optional development libraries:
+- acl and xattr development libraries
+- gnutls
+- readline
+
 Run this:
 
   $ cd samba4/source
-  $ ./autogen.sh
-  $ ./configure.developer
+  $ ./configure
   $ make proto all
 
-If you have gcc 3.4 or newer, then substitue "pch" for "proto" to
+If you have gcc 3.4 or newer, then substitute "pch" for "proto" to
 greatly speed up the compile process (about 5x faster).
 
-
 Step 3: install Samba4
 ----------------------