Browse Source

update README

pull/1639/head
bsp2 7 years ago
parent
commit
038767a975
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
README.md View File

@@ -280,16 +280,22 @@ Prerequisites:
- Steinberg VST2.4 SDK - Steinberg VST2.4 SDK


$ git clone https://github.com/bsp2/VeeSeeVSTRack.git $ git clone https://github.com/bsp2/VeeSeeVSTRack.git

$ cd VeeSeeVSTRack/ $ cd VeeSeeVSTRack/

<unpack dep/dep.7z> <unpack dep/dep.7z>
(contains the source codes and MSVC-precompiled libraries) (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. 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" $ alias m="make -j 20 makefile.msvc"

$ m lib $ m lib

$ cd plugins $ cd plugins

$ m bin $ m bin

$ cd .. $ cd ..


Edit vst2_common_msvc_pre.mk and adjust the VST2 SDK path Edit vst2_common_msvc_pre.mk and adjust the VST2 SDK path


Loading…
Cancel
Save