Go to file
Jordan Cristiano f73338fef8 Updated readme with vs2013 build instructions 2015-09-05 22:10:55 -04:00
demboyz Rapidjson can only write up to 2^32 - 1 length strings by default, so change the api to reflect that 2015-08-31 23:07:51 -04:00
docs DEM format documentation 2015-07-03 00:27:45 -04:00
external Fixed compilation of bitbuf on gcc/clang 2015-08-31 22:16:29 -04:00
premake Changed output dir of compiled binaries to bin 2015-08-31 23:58:47 -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 Updated readme with vs2013 build instructions 2015-09-05 22:10:55 -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

With Visual Studio 2013

# Generate vs 2013 project
cd premake
vs2013.bat

Open generated VS solution at premake/vs2013/demboyz.sln