From f8a07a261e69c3de1ef74ba8254373e4896f4762 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 21 Nov 2005 17:29:03 +0000 Subject: [PATCH] Add Kees' updates to README.vc8 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2614 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/README.vc8 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/bacula/src/win32/README.vc8 b/bacula/src/win32/README.vc8 index 1164e45b47..9ed93221e9 100644 --- a/bacula/src/win32/README.vc8 +++ b/bacula/src/win32/README.vc8 @@ -7,8 +7,12 @@ the official way to build the released FD. See README.win32 for the "official" instructions.) What you need to download: -- Visual C++ Express Edition Beta 2 (2MB + 66MB) - http://lab.msdn.microsoft.com/express/visualc/default.aspx +- Visual C++ 2005 Express Edition (2MB + 66MB) + http://msdn.microsoft.com/vstudio/express/visualc/download/ + NOTE: You may want to download the whole CD for offline usage + instead of the web installer, as Microsoft will + start to charge for VC++ one year after the product launch + (launch was in November 2005, see VC++ FAQ). - Windows® Server 2003 SP1 Platform SDK Full Download (385MB) http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en @@ -73,7 +77,15 @@ Build instructions: /bacula/src/win32/compat/compat.h + Repeat the operation for the "Unicode Debug" configuration if needed. +Deploy instructions - Bacula: + + To deploy bacula on Windows clients, create a setup using NSIS + (Nullsoft Scriptable Install System). + http://nsis.sourceforge.net/Download + + Modify the default \bacula\src\win32\winbacula.nsi.in + script to include your own customizations. + Also change all references to msvcr71.dll to msvcr80.dll to + reflect the DLL used by VC++ 2005 + Open /bacula/src/win32/bacula.sln + Launch Build->Configuration Manager, then select your configuration. + Then run Build->Build Solution (this will build wx-console, bconsole and bacula-fd). -- 2.39.5