comparison 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
comparison
equal deleted inserted replaced
272:e34698d93b23 273:e4d232f9fc39
1 @echo off 1 @echo off
2 cls 2 cls
3 3
4 wget https://bitbucket.org/Nicolas/trafficintelligence/downloads/win32-depends.zip 4 wget --no-check-certificate "https://bitbucket.org/Nicolas/trafficintelligence/downloads/win32-depends.zip"
5 7za x win32-depends.zip 5 7za x win32-depends.zip