clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 1bfdc57f092b750f2d4dc786ffb60314bc4aa59a
parent ca23aa6c8025263fdbf38be17676ee108dd624d6
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon,  1 Nov 2021 13:08:11 +0100

Add readme to build the examples

Diffstat:
Aexamples/README.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/examples/README.md b/examples/README.md @@ -0,0 +1,6 @@ +Building the examples +-- + +1. Get vcpkg: `git clone git@github.com:microsoft/vcpkg` +2. Bootstrap vcpkg: `cd vcpkg && ./bootstrap-vcpkg.bat` +3. Install dependencies: `vcpkg --triplet=x64-windows install portmidi portaudio qt boost` +\ No newline at end of file