mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Move the Vagrant config into a distro-specific folder.
This commit is contained in:
parent
fac856c053
commit
4a705c875c
3 changed files with 1 additions and 1 deletions
31
Tools/Vagrant/Ubuntu 14/provision.sh
Normal file
31
Tools/Vagrant/Ubuntu 14/provision.sh
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Make sure package listings are up to date.
|
||||
apt-get update -y
|
||||
|
||||
# Install software for development.
|
||||
sudo apt-get install \
|
||||
git \
|
||||
build-essential \
|
||||
nasm \
|
||||
cmake \
|
||||
cmake-qt-gui \
|
||||
xorg-dev \
|
||||
ninja-build \
|
||||
gcc-multilib \
|
||||
g++-multilib \
|
||||
-y
|
||||
|
||||
# Install libraries.
|
||||
sudo apt-get install \
|
||||
libogg-dev \
|
||||
libxft-dev \
|
||||
libx11-dev \
|
||||
libxxf86vm-dev \
|
||||
libopenal-dev \
|
||||
libfreetype6-dev \
|
||||
libxcursor-dev \
|
||||
libxinerama-dev \
|
||||
libxi-dev \
|
||||
libxrandr-dev \
|
||||
libxss-dev \
|
||||
libglu1-mesa-dev \
|
||||
-y
|
||||
Loading…
Add table
Add a link
Reference in a new issue