diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-07-29 03:34:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-07-29 03:34:08 +0000 |
commit | fb1e22bb7170e29d5c489f7d88e29983f3d9ada5 (patch) | |
tree | 745b9008e935066141900df7f5f4e68fb5a53cd2 /docs | |
parent | c49c0c7c634f7253334735cde8cf20ee8bd67125 (diff) | |
download | samba-fb1e22bb7170e29d5c489f7d88e29983f3d9ada5.tar.gz samba-fb1e22bb7170e29d5c489f7d88e29983f3d9ada5.tar.bz2 samba-fb1e22bb7170e29d5c489f7d88e29983f3d9ada5.zip |
updated the UNIX install instructions to include ./configure
(This used to be commit 8d916f3fdb8eeea179f25028adc2a60f2e4e9b24)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/textdocs/UNIX_INSTALL.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/textdocs/UNIX_INSTALL.txt b/docs/textdocs/UNIX_INSTALL.txt index 424cc490ce..403d8a60b6 100644 --- a/docs/textdocs/UNIX_INSTALL.txt +++ b/docs/textdocs/UNIX_INSTALL.txt @@ -22,16 +22,10 @@ are pointed to by the Samba web site, http://samba.anu.edu.au/samba. STEP 1. Building the binaries -To do this, first edit the file source/Makefile. You will find that -the Makefile has an entry for most unixes and you need to uncomment -the one that matches your operating system. - -You should also edit the section at the top of the Makefile which -determines where things will be installed. You need to get this right -before compilation as Samba needs to find some things at runtime -(smbrun in particular). There are also settings for where you want -your log files etc. Make sure you get these right, and that the -directories exist. +To do this, first 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 +"./configure --help" first to see what special options you can enable. Then type "make". This will create the binaries. |