The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
1.0KB

  1. /**
  2. @page downloading_the_sdk Downloading the SDK
  3. The BLOCKS SDK is distributed as part of the <a href="https://www.juce.com/">JUCE framework</a>, which can be obtained from GitHub <a href="https://github.com/julianstorer/JUCE">here</a>.
  4. The JUCE repository also contains the code for the @ref example_applications, which require the JUCE framework to compile.
  5. Whilst you don't need to know anything about JUCE to build the examples using the supplied Visual Studio/Xcode/etc projects, it will probably be worthwhile reading a brief introduction to JUCE, which can be found <a href="https://www.juce.com/learn/getting-started">here</a>.
  6. You can also download the standalone BLOCKS SDK from GitHub <a href="https://github.com/WeAreROLI/BLOCKS-SDK">here</a>.
  7. This is a stripped down version of what JUCE provides, including only the features required for the SDK.
  8. Using this version of the SDK is much more complicated but may be more suitable for integrating BLOCKS into an existing application.
  9. More details are provided in the @ref the_standalone_blocks_sdk section.
  10. */