]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/INSTALL
Add build_client_only tag.
[bacula/bacula] / bacula / INSTALL
index b8cc1838198490877b56bf85a59b8b4e9beaad10..b736d6e09e2aa9964821e645f3920553935012dd 100644 (file)
@@ -25,10 +25,23 @@ Using GNU autoconfig
 
         A typical Bacula development configuration for Linux is:
 
-        CFLAGS="-g -Wall" ./configure --enable-smartalloc --enable-mysql
+        CFLAGS="-g -O2 -Wall" \
+          ./configure \
+            --sbindir=$HOME/bacula/bin \
+            --sysconfdir=$HOME/bacula/bin \
+            --with-pid-dir=$HOME/bacula/bin/working \
+            --with-subsys-dir=$HOME/bacula/bin/working \
+            --enable-smartalloc \
+            --with-mysql=$HOME/mysql \
+            --with-working-dir=$HOME/bacula/bin/working \
+            --with-dump-email=your@address.com \
+            --with-job-email=your@address.com \
+            --with-smtp-host=localhost \
+            --with-baseport=9101
+
 
         See the README for a few additional details and the online manual
-        for all the gory details:  http://www.bacula.org/html-manual
+        for all the gory details:  http://www.bacula.org/rel-manual
 
   3.    Carefully review the output from ./configure.  If it is not
         what you want, re-run the ./configure.  Often ./configure "caches"