Implementation of a bunch of JUCE tutorials in a single package
Run the following commands. When using Linux, check if you have all the JUCE dependencies installed.
git clone --recursive [email protected]:ernijsyoyo/eqPlugin.git
mkdir build && cd build
cmake ../eqPlugin/
cmake --build . --parallel
Note: the parallel flag is optional for a faster compilation