From: Kern Sibbald Date: Tue, 1 Aug 2006 13:47:06 +0000 (+0000) Subject: Update README X-Git-Tag: Release-2.0.0~683 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=091738efd3caa786ec1e93f17a6df97273167e7c;p=bacula%2Fbacula Update README git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3222 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/README.mingw32 b/bacula/src/win32/README.mingw32 index 9b27132641..1c33ad4266 100644 --- a/bacula/src/win32/README.mingw32 +++ b/bacula/src/win32/README.mingw32 @@ -70,7 +70,8 @@ following: wget texinfo bison - man2html + man2html (in man rpm on Fedora, not available on SuSE, must + manually build and install) and possibly other packages. @@ -94,6 +95,26 @@ to ensure that you pick up all the new Win32 changes: cd src/win32 make +Building the Installer +====================== + +The installer isn't built as part of the default rule, you need to do a make +in the src/win32/installer directory or type: + + cd src/win32 + make installer + +This was done because building the installer takes a bit of time +and if you are working on the individual executables it's a pain to wait for +it. If you want to build everything in one step you can always type: + + cd src/win32 + make all installer + + +Updating the 3rd party package patches +====================================== + If one of the patches change in src/win32/patches, you shouldn't need to update the cross-tools or dependencies for it to build. You can install new patches by doing the following (we assume the patch