From f73338fef8caccd1221c58c150e9ed28b192acfc Mon Sep 17 00:00:00 2001 From: Jordan Cristiano Date: Sat, 5 Sep 2015 22:10:55 -0400 Subject: [PATCH] Updated readme with vs2013 build instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1648772..9b79265 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,11 @@ we dem boyz # 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