mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Reorganised.
This commit is contained in:
parent
db06ffec7d
commit
05fba1f110
2
Tools/Vagrant/Vagrantfile
vendored
2
Tools/Vagrant/Vagrantfile
vendored
|
|
@ -19,7 +19,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
# config.vm.network 'forwarded_port', guest: 80, host: 8080
|
||||
|
||||
# More info at http://fgrehm.viewdocs.io/vagrant-cachier/usage
|
||||
if Vagrant.has_plugin?("vagrant-cachier")
|
||||
if Vagrant.has_plugin?('vagrant-cachier')
|
||||
config.cache.scope = :box
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5,22 +5,18 @@ apt-get update -y
|
|||
apt-get install -y --no-install-recommends ubuntu-desktop
|
||||
|
||||
# Install software for development.
|
||||
apt-get install \
|
||||
terminal \
|
||||
git \
|
||||
-y
|
||||
|
||||
# Install Torque-specific binaries.
|
||||
sudo apt-get install \
|
||||
git \
|
||||
terminal \
|
||||
build-essential \
|
||||
nasm \
|
||||
cmake \
|
||||
cmake-qt-gui \
|
||||
xorg-dev \
|
||||
ninja-build \
|
||||
gcc-multilib \
|
||||
g++-multilib \
|
||||
cmake \
|
||||
cmake-qt-gui \
|
||||
--ignore-missing -y
|
||||
-y
|
||||
|
||||
# Install libraries.
|
||||
sudo apt-get install \
|
||||
|
|
@ -35,4 +31,4 @@ sudo apt-get install \
|
|||
libxi-dev \
|
||||
libxrandr-dev \
|
||||
libxss-dev \
|
||||
--ignore-missing -y
|
||||
-y
|
||||
|
|
|
|||
Loading…
Reference in a new issue