Updated README for Vagrant builds
This commit is contained in:
parent
f6f37692f0
commit
63785fea42
15
README.md
15
README.md
@ -40,16 +40,15 @@ When following instructions below, the compiled binary will be output in the bin
|
|||||||
|
|
||||||
### Using Vagrant
|
### Using Vagrant
|
||||||
|
|
||||||
# Launch VM
|
# Launch VM and build
|
||||||
vagrant up
|
vagrant up
|
||||||
|
|
||||||
|
# Patch VM and re-build
|
||||||
|
vagrant provision
|
||||||
|
|
||||||
|
# Manual build
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
cd /vagrant
|
cd /vagrant/premake
|
||||||
|
|
||||||
# Install Linux dependencies (first time setup)
|
|
||||||
./vagrant.sh
|
|
||||||
|
|
||||||
# Build demboyz
|
|
||||||
cd premake
|
|
||||||
./gmake.sh && cd gmake
|
./gmake.sh && cd gmake
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user