Go to file
Jordan Cristiano 05d1518653 Made DemoFileReader::ReadUserCmd return length of usercmd instead of sequence number 2015-05-27 22:57:30 -04:00
demboyz Made DemoFileReader::ReadUserCmd return length of usercmd instead of sequence number 2015-05-27 22:57:30 -04:00
external/sourcesdk Fixed __restrict warning in bitbuf 2015-05-27 22:52:10 -04:00
premake remove `toolset "clang"` option from premake5.lua 2015-05-15 19:27:32 -04:00
.gitignore added Vagrantfile and fixed executable privileges 2014-10-29 01:13:55 -04:00
LICENSE Initial commit 2014-10-28 23:41:34 -04:00
README.md add vagrant.sh for setting up linux deps; add usage instructions 2015-05-15 19:29:17 -04:00
Vagrantfile added Vagrantfile and fixed executable privileges 2014-10-29 01:13:55 -04:00
vagrant.sh add vagrant.sh for setting up linux deps; add usage instructions 2015-05-15 19:29:17 -04:00

README.md

demboyz

we dem boyz

Using Vagrant

# Launch VM
vagrant up
vagrant ssh
cd /vagrant

# Install Linux dependencies (first time setup)
./vagrant.sh

# Build demboyz
cd premake
./gmake.sh && cd gmake
make

# Disconnect session and stop VM
exit
vagrant halt