Files
build_tools/scripts/dependencies
2019-06-06 13:03:03 +03:00

27 lines
850 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
sudo apt-get install build-essential -y
sudo apt-get install cmake -y
sudo apt-get install glib-2.0-dev -y
sudo apt-get install libgtk2.0-dev -y
sudo apt-get install libtool -y
sudo apt-get install subversion -y
sudo apt-get install git -y
sudo apt-get install autoconf2.13 -y
sudo apt-get install p7zip-full -y
sudo apt-get install libglu1-mesa-dev -y
sudo apt-get install libpulse-dev -y
sudo apt-get install libpulse-dev -y
sudo apt-get install -yq curl apt-transport-https ca-certificates
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g npm
sudo npm install -g grunt-cli
# Ubuntu 14
#sudo add-apt-repository ppa:openjdk-r/ppa
#sudo apt-get update
#sudo apt-get install openjdk-8-jdk
#sudo update-alternatives --config java
#sudo update-alternatives --config javac