]> git.sur5r.net Git - bacula/bacula/commitdiff
Update README.mingw32
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Apr 2006 05:24:55 +0000 (05:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 26 Apr 2006 05:24:55 +0000 (05:24 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2972 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/README.mingw32

index 5bedeac54a34216e90f9233a3326dffbe6fe4f02..94a6ceade248726ca2328f98416fe7bf2847f8a7 100644 (file)
@@ -56,8 +56,7 @@ problem. For it to work, you must have a valid gcc compiler installed on
 your system as well as wget.  There may be other dependencies.
 
 After building the cross-tools, you can proceed to build the depkgs-win32 
-packages, which must use the cross-tools compiler. For the moment, this is
-under construction. In the end, you will do:
+packages, which must use the cross-tools compiler.
  
    cd depkgs-win32
    ./build-mingw32
@@ -65,16 +64,16 @@ under construction. In the end, you will do:
 The above only needs to be done once as well as long as the cross-tools or
 depkgs-win32 versions do not change.
 
-Finally, to build the Win32 Bacula FD, do the following:
+Finally, to build the Win32 Bacula FD and bconsole, do the following:
 
    cd bacula-source/src/win32
    make
 
-if all goes well, you will end with bacula-fd.exe and pthreadGCE.dll in
-the current directory.
+if all goes well, you will end with bacula-fd.exe, bconsole.exe,
+and pthreadGCE.dll in the current directory.
 
 Items to be done:
 - Get VSS builds to work
 - Complete the automated build of depkgs-win32
 - Modify the Win32 build to turn on OpenSSL
-- Build the other Win32 tools (bsmtp, wx-console, bconsole, ...)
+- Build the other Win32 tools (bsmtp, wx-console, tools, ...)