From d3de48bd2f7f6b2419bd691c936049ad42d981bd Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 25 Nov 2015 12:54:01 +0800 Subject: [PATCH] *updated readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec8c3d..4d247c9 100755 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ Read the [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) (especiall 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. -* 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 +* Open the Visual Studio solution `my_basic.sln` on Windows to build an executable +* Open the XCode solution `my_basic_mac.xcodeproj` on OS X to build an OS X executable +* Use the `makefile` with "make" toolchain to build an interpreter binary according to your platform To compile an interpreter binary for your own platform manually, please follow the steps.