Skip to content

Instantly share code, notes, and snippets.

@d3rp
Created June 24, 2019 12:03
Show Gist options
  • Save d3rp/876ab3066f606760ebfbbf9957abd31a to your computer and use it in GitHub Desktop.
Save d3rp/876ab3066f606760ebfbbf9957abd31a to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get -y install g++ \
build-essential \
libcurl4-openssl-dev \
libgtk-3-dev \
pkg-config \
libfreetype6-dev \
libx11-dev \
libxinerama-dev \
libxrandr-dev \
libxcursor-dev \
mesa-common-dev \
libasound2-dev \
freeglut3-dev \
libxcomposite-dev \
libwebkit2gtk-4.0-dev
@d3rp
Copy link
Author

d3rp commented Jun 24, 2019

kickstart JUCE installations on ubuntu (2019 version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment