Skip to content

Instantly share code, notes, and snippets.

@jokla
Last active May 9, 2020 11:24
Show Gist options
  • Save jokla/a654e27d8b86716afd5501942c950933 to your computer and use it in GitHub Desktop.
Save jokla/a654e27d8b86716afd5501942c950933 to your computer and use it in GitHub Desktop.
Getting started with Juce on Ubuntu 18.04

Getting started with Juce on Ubuntu 18.04

  1. Download Juce for linux here
  2. Extract juce-5.X.X-linux.zip (I have it in /home/jokla/software/juce-5.4.7-linux)
  3. Run the application from terminal with $ ./home/jokla/software/juce-5.4.7-linux/JUCE/Projucer or double-click on Projucer.
  4. Follow this guide. I add to set up manually the path to Juce, the Juce modules and to Clion
  5. Now install libwebkit2gtk-4.0-dev from a terminal with sudo apt-get install libwebkit2gtk-4.0-dev
  6. You will need to install ladspa-sdk to build extras/AudioPluginHost/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment