Skip to content
Snippets Groups Projects
Commit 15582fa4 authored by jsiegle's avatar jsiegle
Browse files

Added Linux dependency install script

parent cbf9b02f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# install g++
apt-get -y install build-essential
# install Juce dependencies
apt-get -y install freeglut3-dev libfreetype6-dev libxinerama-dev libxcursor-dev libasound2-dev
# install GUI dependencies
apt-get -y install libftdi-dev libftgl-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment