From 95daa78ef743a2bbad0157331439e77db16d71e3 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Fri, 11 Oct 2013 22:28:54 +0200 Subject: [PATCH] Clarify points in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e2581..e7c4343 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Some extensions to the standard classes/modules are provided taking the RPG Make To select this backend, run `qmake BINDING=BINDING_MRUBY` ### null -This backend only exists for testing purposes and does nothing (the engine quits immediately). +This backend only exists for testing purposes and does nothing (the engine quits immediately). It can be used to eg. run a minimal RGSS game loop directly in C++. To select this backend, run `qmake BINDING=BINDING_NULL` @@ -61,7 +61,7 @@ Place a recent version of mruby in the project folder and build it. ## Building -mkxp employs Qt's qmake build system, so you'll need to install that beforehand. After cloning mkxp, run one of the above qmake calls, or simply `qmake` to select the default backend (currently MRI), then `make`. +mkxp employs Qt's qmake build system, so you'll need to install that beforehand. After cloning mkxp, run one of the above qmake calls, or simply `qmake` to select the default binding (currently MRI), then `make`. ## Configuration