Update README.md

This commit is contained in:
Vadim Grigoruk 2017-10-13 09:51:35 +03:00 committed by GitHub
parent 68062879c9
commit b02d23b990
1 changed files with 5 additions and 1 deletions

View File

@ -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
```