X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=docs-xml%2FSamba3-HOWTO%2FTOSHARG-Compiling.xml;h=7236dc7d7cff322d87df98d63176b93f5a295791;hb=a5084a3077b0fecde0772e99302e0e7353c59da3;hp=bf0123483f24040301d3631324b4f3858baea1b3;hpb=f99574905d66da771b6d37ef580165ca800ba70f;p=ddiss%2Fsamba.git diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml index bf0123483f2..7236dc7d7cf 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -116,29 +116,10 @@ gpg: BAD signature from Samba Distribution Verification Key Building the Binaries - - autogen.sh -configure - After the source tarball has been unpacked, the next step involves - configuration to match Samba to your operating system platform. - If your source directory does not contain the configure script, - it is necessary to build it before you can continue. Building of - the configure script requires the correct version of the autoconf - tool kit. Where the necessary version of autoconf is present, - the configure script can be generated by executing the following - (please note that in Samba 3.4.x, the directory is called source3 instead - of source): - -&rootprompt; cd samba-3.0.20/source -&rootprompt; ./autogen.sh - - - - configure To build the binaries, run the program ./configure - in the source directory. This should automatically + in the top level director of the source tree. This should automatically configure Samba for your operating system. If you have unusual needs, then you may wish to first run: @@ -167,30 +148,6 @@ gpg: BAD signature from Samba Distribution Verification Key - - Some people prefer to install binary files and man pages separately. If this is - your wish, the binary files can be installed by executing: - -&rootprompt; make installbin - - The man pages can be installed using this command: - -&rootprompt; make installman - - - - - Note that if you are upgrading from a previous version of Samba the old - versions of the binaries will be renamed with an .old extension. - You can go back to the previous version by executing: - -&rootprompt; make revert - - As you can see from this, building and installing Samba does not need to - result in disaster! - - - Compiling Samba with Active Directory Support @@ -220,7 +177,7 @@ gpg: BAD signature from Samba Distribution Verification Key After you run configure, make sure that the - include/config.h it generates contain lines like this: + bin/include/config.h it generates contain lines like this: #define HAVE_KRB5 1 #define HAVE_LDAP 1