clap

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

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

Less boost dependencies

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

diff --git a/examples/README.md b/examples/README.md @@ -3,4 +3,4 @@ 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 +3. Install dependencies: `vcpkg --triplet=x64-windows install portmidi portaudio qt boost-serialization boost-iostreams` +\ No newline at end of file