poikilos
7 years ago
committed by
Jacob Gustafson
5 changed files with 27 additions and 5 deletions
@ -0,0 +1,15 @@ |
|||
#!/bin/bash |
|||
archive_name=ZeroBraneStudioEduPack-1.70-linux.sh |
|||
cd "$HOME" |
|||
if [ ! -d "Downloads" ]; then |
|||
mkdir Downloads |
|||
fi |
|||
cd Downloads |
|||
if [ ! -f "$archive_name" ]; then |
|||
wget -O $archive_name https://download.zerobrane.com/$archive_name |
|||
fi |
|||
sudo sh "$archive_name" |
|||
echo |
|||
echo "You can donate to the ZeroBrane Studio project at https://studio.zerobrane.com/support" |
|||
echo " (using that URL when linking to ZeroBrane Studio is most courteous to the project)." |
|||
echo |
@ -1,3 +1,4 @@ |
|||
#!/bin/bash |
|||
#sudo apt-get install libncurses5-dev libgettextpo-dev doxygen libspatialindex-dev lua-redis-dev gettext |
|||
|
|||
sudo apt-get install build-essential cmake git libirrlicht-dev libbz2-dev libgettextpo-dev libfreetype6-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libhiredis-dev libcurl3-dev |
Loading…
Reference in new issue