From: Kern Sibbald Date: Wed, 26 Apr 2006 05:24:55 +0000 (+0000) Subject: Update README.mingw32 X-Git-Tag: Release-2.0.0~908 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc15cf1c76736587c2916435f0ce96ede42bb3f8;p=bacula%2Fbacula Update README.mingw32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2972 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/README.mingw32 b/bacula/src/win32/README.mingw32 index 5bedeac54a..94a6ceade2 100644 --- a/bacula/src/win32/README.mingw32 +++ b/bacula/src/win32/README.mingw32 @@ -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, ...)