Browse Source

update README

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

+ 2
- 1
README.md View File

@@ -962,7 +962,8 @@ $ m shared_lib
```
$ cd plugins/community/repos/<yourplugin>
$ m bin
$ mv <yourplugin.dll> ../../../../vst2_bin/plugins/<yourpluginname>/plugin.dll
$ cp <yourplugin.dll> ../../../../vst2_bin/plugins/<yourpluginname>/plugin.dll.fx
$ cp <yourplugin.dll> ../../../../vst2_bin/plugins/<yourpluginname>/plugin.dll.instr
```
(and don't forget to copy the `res/` directory to `vst2_bin/plugins/`!)



Loading…
Cancel
Save