Updated README for Vagrant builds

This commit is contained in:
John H. Robinson, IV 2015-10-12 16:55:23 -07:00
parent f6f37692f0
commit 63785fea42
1 changed files with 7 additions and 8 deletions

View File

@ -40,16 +40,15 @@ When following instructions below, the compiled binary will be output in the bin
### Using Vagrant
# Launch VM
# Launch VM and build
vagrant up
# Patch VM and re-build
vagrant provision
# Manual build
vagrant ssh
cd /vagrant
# Install Linux dependencies (first time setup)
./vagrant.sh
# Build demboyz
cd premake
cd /vagrant/premake
./gmake.sh && cd gmake
make