StevenRVE / patternCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sve-patternCV

This repository contains a template plugin for building plugins using the DPF framework.

Clone git repository

git clone git@github.com:StevenRVE/sve-template-plugin.git

Add DPF as git submodule

cd sve-patternCV

git submodule add -b develop --name dpf git@github.com:DISTRHO/DPF.git dpf
git submodule update --init --recursive

cd dpf
git pull

If something is wrong with adding dpf, remove the submodule following the steps described here: https://gist.github.com/myusuf3/7f645819ded92bda6677#:~:text=To%20remove%20a,upvote%20this%20answer

##Generate new template plugin

cd source

python generateNewPlugin.py

Enter name and URI in terminal

About

License:MIT License


Languages

Language:C++ 66.8%Language:Python 20.1%Language:C 10.0%Language:CMake 3.1%