From 829d37232a3c2325d5a27ee8fd303f13d780b1f2 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Mon, 2 Jul 2018 16:50:20 +0200 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b49244c..3de6175c 100644 --- a/README.md +++ b/README.md @@ -276,9 +276,14 @@ For example, "Clouds" is listed as "Texture Synthesizer". # How to build Prerequisites: -- Microsoft Visual Studio C++ compiler toolchain +- GNU Bash (tested with MSYS1.0 / bash v2.04.0(1)) +- GNU make (tested with v3.79.1) +- Microsoft Visual Studio C++ compiler toolchain (tested with v19.00.24225.1) - Steinberg VST2.4 SDK +If you want to build the dependent libraries, you may need additional SDKs. +Precompiled libs can be found in the `dep/lib/msvc/` folder. + ``` $ git clone https://github.com/bsp2/VeeSeeVSTRack.git ```