From 590dbb8177828b22db127ab32cae99471df71736 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 23 Feb 2024 12:05:01 +0100 Subject: [PATCH] example instructions remove leftovers --- examples/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 6b75992..e710914 100644 --- a/examples/README.md +++ b/examples/README.md @@ -139,12 +139,8 @@ Synth examples use input MIDI and support hotplugging. Windows (via [MSYS2/Mingw-w64](https://www.msys2.org/)), macOS, and Linux OSes are supported. Building tested with [GCC](https://gcc.gnu.org/), probably also works with [Clang](https://clang.llvm.org/). -XXX - Depending on the specific example, you might need to download or clone [tinywav](https://github.com/mhroth/tinywav) and/or [midi-parser](https://github.com/abique/midi-parser) and place them in the same folder as the Brickworks folder, or otherwise edit `common/src/cmd-make.json` -You also need to download or clone the [VST3 C API](https://github.com/steinbergmedia/vst3_c_api) and place it in the same folder as the Brickworks folder, or otherwise edit `common/src/vst3-make.json` and change `tinywavDir` and `midiParserDir` to point to the correct directories then finally [run Tibia](#tibia). - ### Build In order to build just type `make`. You'll find the resulting executable file in `build`.