-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.sh
More file actions
21 lines (21 loc) · 757 Bytes
/
go.sh
File metadata and controls
21 lines (21 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
echo “The ultimate install script for jack audio and QT”
sudo add-apt-repository ppa:kxstudio-team/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install jack2
sudo apt-get install libjack-jackd2-dev
sudo apt-get install jack-tools
sudo apt-get install ant
sudo apt-get install jackd
sudo apt-get install qjackctl
sudo apt-get install openjdk-6-jdk
sudo apt-get install fftw3
sudo apt-get install qt-sdk
sudo apt-get install qt-creator
sudo apt-get install screen
sudo chmod o+rw /usr/include
#sudo gedit /etc/security/limits.d/audio.conf
sudo echo “@audio - rtprio 95” >> /etc/security/limits.d/audio.conf
sudo echo “@audio - memlock unlimited” >> /etc/security/limits.d/audio.conf
sudo adduser $USER audio