diff win32-depends/win32-depends-installer.bat @ 273:e4d232f9fc39

-Win32 OpenCV 2.3.4 -Fix for the retrieval of win32 dependancies (WGet was too old and unable to get file over https)
author Jeep-Tour@Jeep-Tour-PC
date Wed, 14 Nov 2012 16:21:14 -0500
parents 4978b5baf8f1
children
line wrap: on
line diff
--- a/win32-depends/win32-depends-installer.bat	Mon Aug 13 07:35:56 2012 -0400
+++ b/win32-depends/win32-depends-installer.bat	Wed Nov 14 16:21:14 2012 -0500
@@ -1,5 +1,5 @@
 @echo off
 cls
 
-wget https://bitbucket.org/Nicolas/trafficintelligence/downloads/win32-depends.zip
+wget --no-check-certificate "https://bitbucket.org/Nicolas/trafficintelligence/downloads/win32-depends.zip"
 7za x win32-depends.zip 
\ No newline at end of file