diff contrib/win32/win32-build.txt @ 13246:a01c52b08c5f stable

win32: add cacert.pem file to Inno Setup installer
author Pascal Quantin <pascal.quantin@gmail.com>
date Sat, 08 Jan 2011 11:18:38 +0100
parents 8afbf44cfe86
children 170fc0949fb6
line wrap: on
line diff
--- a/contrib/win32/win32-build.txt	Tue Jan 04 03:53:11 2011 -0800
+++ b/contrib/win32/win32-build.txt	Sat Jan 08 11:18:38 2011 +0100
@@ -34,7 +34,7 @@
   Inno Setup
       http://www.jrsoftware.org/isdl.php#qsp
 
-      Get and install ispack-5.3.10.exe which includes Inno Setup Processor,
+      Get and install ispack-5.3.10.exe or later (includes Inno Setup Processor),
       which is necessary to package Mercurial.
 
   ISTool - optional
@@ -46,6 +46,9 @@
   Docutils
       http://docutils.sourceforge.net/
 
+  CA Certs file
+      http://curl.haxx.se/ca/cacert.pem
+
 And, of course, Mercurial itself.
 
 Once you have all this installed and built, clone a copy of the
@@ -73,7 +76,7 @@
     "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86_amd64
     python setup.py py2exe -b 3
 
-Copy add_path.exe into the dist directory that just got created.
+Copy add_path.exe and cacert.pem files into the dist directory that just got created.
 
 If you are using Python up to version 2.5.4, copy mfc71.dll into the dist
 directory that just got created.