X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FINSTALL;h=b736d6e09e2aa9964821e645f3920553935012dd;hb=1dc71b592aabf1dc0b4ecaf17c65fcf21d45f544;hp=b8cc1838198490877b56bf85a59b8b4e9beaad10;hpb=a90531d92c8e79edb632ca53bf6ac4e5eeb3a59b;p=bacula%2Fbacula diff --git a/bacula/INSTALL b/bacula/INSTALL index b8cc183819..b736d6e09e 100644 --- a/bacula/INSTALL +++ b/bacula/INSTALL @@ -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"