Update README.md

This commit is contained in:
Vadim Grigoruk 2018-09-07 00:52:32 +03:00 committed by GitHub
parent 5156daa5ab
commit f2c68ca6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -67,11 +67,13 @@ cmake -G "Visual Studio 15 2017 Win64"
- enjoy :) - enjoy :)
### with MinGW ### with MinGW
- install `mingw-w64` (http://mingw-w64.org) - install `mingw-w64` (http://mingw-w64.org) and add `.../mingw/bin` path to the *System Variables Path*
- install `git` - install `git`
- run following commands in `cmd` - install `cmake` (https://cmake.org)
- run following commands in `terminal`
``` ```
git clone --recursive https://github.com/nesbox/TIC-80 git clone --recursive https://github.com/nesbox/TIC-80
cd TIC-80
cmake -G "MinGW Makefiles" cmake -G "MinGW Makefiles"
mingw32-make -j4 mingw32-make -j4
``` ```
@ -92,6 +94,7 @@ sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr
## Mac ## Mac
install `Command Line Tools for Xcode` and `brew` package manager install `Command Line Tools for Xcode` and `brew` package manager
run the following commands in the Terminal run the following commands in the Terminal
``` ```
brew install git cmake brew install git cmake