From f9f962c04b8bc93095237dca4147175f6e0025d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 14 Mar 2015 13:06:30 -0700 Subject: [PATCH] Updated README. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index bdad511f2..5ec06a296 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,25 @@ Building Steps bellow are for default build system inside bgfx repository. There is alterative way to build bgfx and examples with [fips](https://github.com/floooh/fips-bgfx/#fips-bgfx). +### Quick start (Windows) + +Clone repositories: + + git clone git://github.com/bkaradzic/bx.git + git clone git://github.com/bkaradzic/bgfx.git + +Enter bgfx directory: + + cd bgfx + +Generate Visual Studio 2013 project files: + + genie vs2013 + +Open bgfx solution in Visual Studio 2013: + + start .build/projects/vs2013/bgfx.sln + ### Prerequisites Windows users download GnuWin32 utilities from: