- Open/Save file
- Add CITP/MSEx menu
- Make Thumbs
- Init CITP/MSEx
This commit is contained in:
Santi Noreña 2013-02-11 17:52:36 +01:00
parent 62947ac256
commit ef52ae20d8
10 changed files with 278 additions and 265 deletions

View file

@ -18,7 +18,7 @@ if [ "$output" -eq "0" ]; then
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list
fi
apt-get update
apt-get -y --force-yes install ola puredata tcl tk libqtcore4 libqtgui4 libmacgick++4 libav-tools
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmacgick++4 libav-tools
if [ "$?" -eq "0" ]; then
echo "apt-get finish ok"
else "apt-get return errors!"