From 544ad6d1c789ad88b1534fee4cc9b99c653edaae Mon Sep 17 00:00:00 2001 From: bsp2 Date: Thu, 23 Aug 2018 01:32:01 +0200 Subject: [PATCH] clean up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a50de6..df447e47 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ $ mv ../../../../vst2_bin/plugins//plugin.dll ## Dynamically loaded plugins (via plugin SDK) 1. Install the `Microsoft Visual Studio 2017 Community Edition` IDE -2. Download the [VeeSeeVSTRack plugin SDK](dist/VeeSeeVSTRack_SDK-14Jul2018.7z) +2. Download the [VeeSeeVSTRack plugin SDK](https://github.com/bsp2/releases/raw/master/vsvr/VeeSeeVSTRack_SDK-14Jul2018.7z) 3. Open the solution file (`example\Template_shared\vs2017\Template_shared\Template_shared.sln`) 4. Make sure that the `Release` / `x64` configuration is selected 5. Rebuild the solution to create the "plugin.dll" file.