Browse Source

update README

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

+ 6
- 1
README.md View File

@@ -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
```


Loading…
Cancel
Save