From 0299f41f0a343eb625b3b6cb075caf8a580e259c Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Tue, 26 Sep 2017 21:38:04 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cd9af97..2cb49b2 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,17 @@ This is the official issues tracker of . If you are experi Documentation is available in the [wiki](https://github.com/nesbox/tic.computer/wiki). Thanks! + +Building with Visual Studio 2015 +======= +- install Visual Studio 2015 +- install GIT +- run following commands in `cmd` +``` +mkdir tic +cd tic +git clone https://github.com/nesbox/3rd-party +git clone https://github.com/nesbox/TIC-80.git +``` +- open `TIC-80\build\windows\tic\tic.sln` and run build +- enjoy :)