Skip to content

Commit ae69f9d

Browse files
authored
Merge pull request #36 from Xav83/installViaChocolatey
Install via chocolatey
2 parents e6e0128 + d813ec5 commit ae69f9d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ $ ./mac_build
3535
> ./windows_build.bat
3636
```
3737

38+
### Third-party Installation
39+
###### _Chocolatey (Windows):_
40+
```shell
41+
> choco install pluginval
42+
```
43+
44+
You can find the chocolatey package of pluginval [here](https://chocolatey.org/packages/pluginval), and the source of the chocolatey package [here](https://github.com/Xav83/chocolatey-packages/tree/develop/automatic/pluginval), currently maintained by [Xav83](https://github.com/Xav83).
3845

3946
##### N.B. Enabling VST2 Testing:
4047
The VST2 SDK is no longer included in JUCE so VST2 support isn't available out from a fresh clone. To enable VST2 testing do one of the following:

docs/Adding pluginval to CI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_macOS.
4343
https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Linux.zip
4444
https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Windows.zip
4545
```
46+
47+
*Or install via Chocolatey on Windows*
48+
```sh
49+
> choco install pluginval
50+
```

0 commit comments

Comments
 (0)