From 9c0155ed30808992efde55c108bc2a5a8cbb7e07 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 24 Oct 2013 16:27:02 +0200 Subject: [PATCH] Improve documentation. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d5e229..e4fdaf1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ README Requirements ------------ +First, make sure your ruby was compiled with the --enable-shared options. +If not, reinstall it (let's say version 1.9.3-p392) with with : + + CONFIGURE_OPTS="--enable-shared" rbenv install 1.9.3-p392 + Install the following gems - - * qtbindings + qtbindings Those could also be provided by your linux distribution and installable with