From c71c8d4d78b7306956af4c8f95fc66d8abf1401c Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Wed, 3 Jul 2019 20:54:26 +0100 Subject: [PATCH] Changing OpenCV library source (for some reason dropbox is not linking directly to the x64 dll's) --- download_libraries.ps1 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/download_libraries.ps1 b/download_libraries.ps1 index a038502f..b7519060 100644 --- a/download_libraries.ps1 +++ b/download_libraries.ps1 @@ -30,11 +30,11 @@ if(!(Test-Path $out_dir)) New-Item -ItemType directory -Path $out_dir } -if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) -{ - $source = "https://www.dropbox.com/s/c81shi8br57xytv/opencv_world410.dll?dl=1" - Invoke-WebRequest $source -OutFile $destination -} +#if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) +#{ +# $source = "https://www.dropbox.com/s/c81shi8br57xytv/opencv_world410.dll?dl=1" +# Invoke-WebRequest $source -OutFile $destination +#} if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) { @@ -51,11 +51,11 @@ if(!(Test-Path $out_dir)) New-Item -ItemType directory -Path $out_dir } -if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) -{ - $source = "https://www.dropbox.com/s/8a4kmvpj5a09jdz/opencv_world410d.dll?dl=1" - Invoke-WebRequest $source -OutFile $destination -} +#if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) +#{ +# $source = "https://www.dropbox.com/s/8a4kmvpj5a09jdz/opencv_world410d.dll?dl=1" +# Invoke-WebRequest $source -OutFile $destination +#} if(!([System.IO.File]::Exists( (Join-Path (Get-Location) $destination) ))) {