From f2c68ca6a8267b2f101ed06877bb070467ffc50b Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Fri, 7 Sep 2018 00:52:32 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e590b42..f5c9fe6 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,13 @@ cmake -G "Visual Studio 15 2017 Win64" - enjoy :) ### 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` -- run following commands in `cmd` +- install `cmake` (https://cmake.org) +- run following commands in `terminal` ``` git clone --recursive https://github.com/nesbox/TIC-80 +cd TIC-80 cmake -G "MinGW Makefiles" mingw32-make -j4 ``` @@ -92,6 +94,7 @@ sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr ## Mac install `Command Line Tools for Xcode` and `brew` package manager + run the following commands in the Terminal ``` brew install git cmake