From 7bcf35f5b137ac995f787b297fcc8fd0068a4993 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 23 Sep 2012 16:26:48 -0600 Subject: [PATCH] Fix #517. Thanks @roa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b981308..ab611324 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ Note that filenames on windows must not contain any of the following characters ## LIB.SO ERROR -`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu. +`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu. Gentoo requires a rubypython [patch](https://gist.github.com/2802480) to use python2.7. ## CONTRIBUTE