diff win32-depends/win32-depends-installer.bat @ 251:4978b5baf8f1

Win32 version for traffic intelligence. Use the README-Win32.txt to know how to fetch the dependencies. A batch file is included to automate most of the process
author Jeep-Tour@Jeep-Tour-PC
date Mon, 23 Jul 2012 12:27:50 -0400
parents
children e4d232f9fc39
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/win32-depends/win32-depends-installer.bat	Mon Jul 23 12:27:50 2012 -0400
@@ -0,0 +1,5 @@
+@echo off
+cls
+
+wget https://bitbucket.org/Nicolas/trafficintelligence/downloads/win32-depends.zip
+7za x win32-depends.zip 
\ No newline at end of file