From 3b7a983871d85c5094c390985ca38c4942dd9a30 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Tue, 8 Sep 2015 22:09:08 +0800 Subject: [PATCH] *polished "Installation" section in readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad7d564..8e1db24 100755 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p ### Use standalone interpreter binary -This repository contains precompiled binaries for [Windows](output/my_basic.exe) and [OS X](output/my_basic_mac), it's efficient to download it and have a first impressive playground. +This repository contains precompiled binaries for [Windows](output/my_basic.exe) and [OS X](output/my_basic_mac), it's efficient to download it and have a first impressive playground. Or you could make a build as follow. -To compile an interpreter binary for your own platform, please follow the steps. +* Open the Visual Studio solution `my_basic.sln` on Windows, open the XCode solution `my_basic_mac.xcodeproj` on OS X, or use the `makefile` with "make" toolchain to build an interpreter binary + +To compile an interpreter binary for your own platform manually, please follow the steps. * Retrieve at least `core` and `shell` folders for minimum build * Setup your compile toolchain configuration