From: Kern Sibbald Date: Sat, 12 Jan 2008 14:08:32 +0000 (+0000) Subject: Update win32 readme X-Git-Tag: Release-3.0.0~1981 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c1209dd53858f5583bb6935c64f8d24454249a9;p=bacula%2Fbacula Update win32 readme git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6278 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/README.mingw32 b/bacula/src/win32/README.mingw32 index 7044f90be7..a7d739d9f4 100644 --- a/bacula/src/win32/README.mingw32 +++ b/bacula/src/win32/README.mingw32 @@ -38,6 +38,9 @@ make, ... However a few that you may not have are: bison patch (Debian) m4 + postgresql (at least client) + mysql (at least client) + SQLite3 (from depkgs or as package) ... Once the source is on your system, change to the win32 directory @@ -100,6 +103,7 @@ following: wget texinfo bison + flex and possibly other packages. @@ -120,7 +124,7 @@ to ensure that you pick up all the new Win32 changes: cd .../bacula make clean - cvs -q update -d -P + svn update cd src/win32 make @@ -173,7 +177,11 @@ simply do the following: make (to build the .o files, note the link will fail) ./make_def >bacula.def -This should rebuild the bacula.def file. +This should rebuild the bacula.def file, but it uses relative paths +and assumes you have the directory structure noted above. If you +are using something different, you can set the NM variable at the +top of the make_def file to use an absolute path to the correct +directory. ===== manual changing of bacula.def no longer necessary ===== If you want to do it manually, please see below: