clap

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

commit 6d2eb0f6ad57bd9d37e1ae81b8d18f36a669712b
parent 8c8abfc81ce8d0ebc93dc8cc51d7c14f8fa124a2
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon,  1 Nov 2021 13:34:05 +0100

Update readme

Diffstat:
Mexamples/README.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/examples/README.md b/examples/README.md @@ -1,6 +1,10 @@ Building the examples -- +To get the dependencies on Windows you can do: + 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-serialization boost-iostreams` -\ No newline at end of file +3. Install dependencies: `vcpkg --triplet=x64-windows install portmidi portaudio qt boost-serialization boost-iostreams` + +On Mac it is probably easier to use `brew` and on Linux your package manager. +\ No newline at end of file