Skip to content

Commit 7aed50f

Browse files
committed
Merge branch 'development' of https://github.com/mgh-tnel/plugin-GUI into dsp-common
2 parents d3905ab + c45aa84 commit 7aed50f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/bin/bash
22

3+
# This script installs required packages using apt-get
4+
# It must be run with sudo. Example:
5+
# sudo bash install_linux_dependencies.sh
6+
37
# install g++
48
apt-get -y install build-essential
59

610
# install Juce dependencies
7-
apt-get -y install freeglut3-dev libfreetype6-dev libxinerama-dev libxcursor-dev libasound2-dev
11+
apt-get -y install freeglut3-dev libfreetype6-dev libxinerama-dev libxcursor-dev libasound2-dev libxrandr-dev
812

0 commit comments

Comments
 (0)