summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-06-28 17:02:11 +0200
committer Willy Sudiarto Raharjo2015-07-04 10:14:44 +0200
commitc83c9170139a138c68cf5e780d3cf3c98236c8a2 (patch)
tree6e5c4f8852b41c190e2a0d0c9435a329c5be1b0d
parent484095e1535a7f183531d851f52d4de73472fb81 (diff)
downloadslackbuilds-c83c9170139a138c68cf5e780d3cf3c98236c8a2.tar.gz
games/gbrainy: Add note about mono changes.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
-rw-r--r--games/gbrainy/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/gbrainy/README b/games/gbrainy/README
index b9537a3948..50fc119052 100644
--- a/games/gbrainy/README
+++ b/games/gbrainy/README
@@ -16,3 +16,11 @@ It provides the following types of games:
* Memory trainers. Games designed to challenge your short term
memory.
* Verbal analogies. Games that challenge your verbal aptitude.
+
+NOTE:
+On 64-bit systems, due to changes in the mono configuration,
+you may need to symlink:
+
+ /usr/lib64/libMonoPosixHelper.so => /usr/lib/libMonoPosixHelper.so
+
+Or adjust your mono config file to point to the correct directory.