]> git.sur5r.net Git - bacula/bacula/commitdiff
Update win32 readme
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Jan 2008 14:08:32 +0000 (14:08 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Jan 2008 14:08:32 +0000 (14:08 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6278 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/README.mingw32

index 7044f90be71dc6faa220b8cedb30331ff65b022a..a7d739d9f42b2bdd717b6a8757328f71f69dc5e8 100644 (file)
@@ -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: