From b02d23b990fb8c0848c2787cacd7eb459e094be4 Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Fri, 13 Oct 2017 09:51:35 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f7f71..17b934e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Documentation is available in the [wiki](https://github.com/nesbox/tic.computer/ Thanks! -# Building instructions +# Build instructions ## Windows ### with Visual Studio 2015 @@ -24,6 +24,10 @@ git clone https://github.com/nesbox/TIC-80 - open `TIC-80\build\windows\tic\tic.sln` and build - enjoy :) +### with MinGW32 +follow the instructions in the tutorial https://matheuslessarodrigues.github.io/tic80-build-tutorial/ +made by [@matheuslessarodrigues](https://github.com/matheuslessarodrigues) + ## Linux run the following commands in the Terminal ```