howto: Simplify the commands needed and remove reference to removed script.
authorAndrew Kroeger <andrew@sprocks.gotdns.com>
Sat, 29 Mar 2008 05:07:32 +0000 (00:07 -0500)
committerAndrew Kroeger <andrew@sprocks.gotdns.com>
Sat, 29 Mar 2008 05:07:32 +0000 (00:07 -0500)
howto.txt

index 7b685372e669dc8d461835820908f0897243ce72..d128baa5bd47ca483ab3262b2ad1a2ce573cc259 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -57,10 +57,7 @@ Run this::
 
   $ cd samba4/source
   $ ./configure
-  $ make proto all
-
-If you have gcc 3.4 or newer, then substitute "pch" for "proto" to
-greatly speed up the compile process (about 5x faster).
+  $ make
 
 Step 3: install Samba4
 ----------------------
@@ -127,14 +124,10 @@ in your $PATH. Make sure you run the right version!
 Step 7: testing Samba4
 ----------------------
 
-try these commands::
+try this command::
 
   $ smbclient //localhost/test -Uadministrator%SOMEPASSWORD
 
-or::
-
-  $ ./script/tests/test_posix.sh //localhost/test administrator SOMEPASSWORD
-
 
 NOTE about filesystem support
 -----------------------------