mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-06-12 21:37:36 +02:00
Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file
This commit is contained in:
9
artoo/tools/install-vagrant-deps.sh
Normal file
9
artoo/tools/install-vagrant-deps.sh
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
apt-add-repository 'deb http://ppa.launchpad.net/anatol/tup/ubuntu precise main' -y
|
||||
add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
|
||||
|
||||
apt-get -qq --assume-yes update
|
||||
apt-get -qq --assume-yes install tup freetype* python-pip python-dev gcc-arm-none-eabi git
|
||||
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip install pillow
|
Reference in New Issue
Block a user