summaryrefslogtreecommitdiffstats
path: root/games/gbrainy/README
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-06-28 08:02:11 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-04 15:14:44 +0700
commitc83c9170139a138c68cf5e780d3cf3c98236c8a2 (patch)
tree6e5c4f8852b41c190e2a0d0c9435a329c5be1b0d /games/gbrainy/README
parent484095e1535a7f183531d851f52d4de73472fb81 (diff)
downloadslackbuilds-c83c9170139a138c68cf5e780d3cf3c98236c8a2.tar.gz
slackbuilds-c83c9170139a138c68cf5e780d3cf3c98236c8a2.tar.xz
games/gbrainy: Add note about mono changes.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'games/gbrainy/README')
-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.