dspatchables
dspatchables copied to clipboard
DSPatch Component Repository
DSPatchables
DSPatch Component Repository
Build
git clone https://github.com/cross-platform/dspatchables.git
cd dspatchables
git submodule update --init --recursive --remote
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
cmakewill auto-detect your IDE / compiler. To manually select one, usecmake -G.- When building for an IDE, instead of
cmake --build, simply open the cmake generated project file.
See also:
DSPatch (https://github.com/cross-platform/dspatch): A powerful C++ dataflow framework.
DSPatcher (https://github.com/cross-platform/dspatcher): A cross-platform graphical tool for building DSPatch circuits.