- Gem compilation fix

This commit is contained in:
santi 2013-05-07 12:25:31 +02:00
parent a50dcb5853
commit c1ebddf11e
113 changed files with 5374 additions and 7641 deletions

6
scripts/install_precise.sh Normal file → Executable file
View file

@ -15,12 +15,12 @@ cp /etc/apt/sources.list /etc/apt/sources.list.old
output=`grep apt.openlighting.org /etc/apt/sources.list | wc -l`
if [ "$output" -eq "0" ]; then
#Añadimos el repositorio ola a sources.list
echo "deb http://apt.openlighting.org/debian/ precise main" >> /etc/apt/sources.list
echo "deb http://apt.openlighting.org/ubuntu precise main" >> /etc/apt/sources.list
fi
apt-get update
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmacgick++4 libav-tools
apt-get -y --force-yes install ola libqtcore4 libqtgui4 libmagick++4 libav-tools
if [ "$?" -eq "0" ]; then
echo "apt-get finish ok"
else "apt-get return errors!"
else echo "apt-get return errors!"
fi