phylony / dspatchables

DSPatch Component Repository

Home Page:http://flowbasedprogramming.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

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 ..
make
  • cmake .. will auto-detect your IDE / compiler. To manually select one, use cmake -G.
  • When building for an IDE, instead of make, 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.

About

DSPatch Component Repository

http://flowbasedprogramming.com

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 99.3%Language:CMake 0.7%