From e14f3ef9db4d872d471e8fce177b48083c9528fb Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 19 Oct 2013 19:59:18 +0200 Subject: [PATCH] Readme: mention ruby patches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fccdc4..5f2934f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To select this binding, run `qmake BINDING=BINDING_NULL` To run mkxp, you should have a graphics card capable of at least **OpenGL 2.0** with an up-to-date driver installed. ### MRI binding: -Place a recent version of ruby in the project folder and build it. +Place a recent version of ruby in the project folder, apply all patches from "patches/ruby" and build it. ### mruby binding: Place a recent version of mruby in the project folder and build it.