diff --git a/README.md b/README.md index 89274c94..a3425105 100644 --- a/README.md +++ b/README.md @@ -279,29 +279,29 @@ Prerequisites: - Microsoft Visual Studio C++ compiler toolchain - Steinberg VST2.4 SDK +``` $ git clone https://github.com/bsp2/VeeSeeVSTRack.git - +``` +``` $ cd VeeSeeVSTRack/ +``` (contains the source codes and MSVC-precompiled libraries) Edit dep/yac/install_msvc.mk and adjust the LIB_INSTALL_PREFIX, WINDDK_PATH, VCTK, W32API_INC, W32API_LIB as required. +``` $ alias m="make -j 20 makefile.msvc" - $ m lib - $ cd plugins - $ m bin - $ cd .. - +``` Edit vst2_common_msvc_pre.mk and adjust the VST2 SDK path - +``` $ m bin - +``` If the build succeeded, the effect and instrument plugin DLLs can now be found in the vst2_bin/ folder. Last but not least, please don't ask me for the VST2 SDK.