Skip to content
Snippets Groups Projects
Commit 3dbbcbdc authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Merge branch 'development' of github.com:open-ephys/plugin-GUI into development

parents 33c3d76c c45aa84e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# This script installs required packages using apt-get
# It must be run with sudo. Example:
# sudo bash install_linux_dependencies.sh
# 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
apt-get -y install freeglut3-dev libfreetype6-dev libxinerama-dev libxcursor-dev libasound2-dev libxrandr-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