Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 544 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 544 Bytes

juce_meets_link

An example of integration of Ableton Link and JUCE6 with CMake.

DEMO:

DEMO

Requirement

  • CMake 3.15 or later
  • Git

How to build

  • Get Sources
$ git clone https://github.com/COx2/juce_meets_link.git
$ cd juce_meets_link
$ git submodule update --init --recursive
  • Generate project by CMake

Shortcut: For Visual Studio 2019 users

.\Scripts\build_vs2019.bat

Shortcut: For Xcode users

./Scripts/build_xcode.command
  • Build by IDE

License

GPL v3