]> git.sur5r.net Git - bacula/bacula/commitdiff
Add Kees' updates to README.vc8
authorKern Sibbald <kern@sibbald.com>
Mon, 21 Nov 2005 17:29:03 +0000 (17:29 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 21 Nov 2005 17:29:03 +0000 (17:29 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2614 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/README.vc8

index 1164e45b47402ffd642b5200927498b73d3dcb7b..9ed93221e94c4a2378e8f2da2b75f005fd5de435 100644 (file)
@@ -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:
      <dev dir>/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 <dev dir>\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 <dev dir>/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).