Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 407 Bytes

File metadata and controls

11 lines (9 loc) · 407 Bytes

eqPlugin

Implementation of a bunch of JUCE tutorials in a single package

Compilation

Run the following commands. When using Linux, check if you have all the JUCE dependencies installed.

  1. git clone --recursive git@github.com:ernijsyoyo/eqPlugin.git
  2. mkdir build && cd build
  3. cmake ../eqPlugin/
  4. cmake --build . --parallel
    Note: the parallel flag is optional for a faster compilation