summaryrefslogtreecommitdiffstats
path: root/gis/google-earth/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-10 21:31:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-10 21:31:09 +0700
commit72322f2030b623e61637739bcae58d3a6e67cad4 (patch)
treec3d208e7552fa95874d36606fc9149646a461b98 /gis/google-earth/README
parentdf86b6768fedebc4972e576154c73b93e5d94703 (diff)
downloadslackbuilds-72322f2030b623e61637739bcae58d3a6e67cad4.tar.gz
slackbuilds-72322f2030b623e61637739bcae58d3a6e67cad4.tar.xz
gis/google-earth: Add 64 bit support.
Thanks to Lenard Spencer. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/google-earth/README')
-rw-r--r--gis/google-earth/README15
1 files changed, 5 insertions, 10 deletions
diff --git a/gis/google-earth/README b/gis/google-earth/README
index 12e1c70601..b7a7b3143c 100644
--- a/gis/google-earth/README
+++ b/gis/google-earth/README
@@ -33,22 +33,17 @@ NOTES:
specification. You'll need to create the symlink manually after installing
the package:
- ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3
+ 32-bit: ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3
+ 64-bit: ln -sf /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
-3) Google Earth tends to crash when the 65-fonts-persion.conf is available on
+3) Google Earth tends to crash when the 65-fonts-persion.conf is available on
the system. Please remove /etc/fonts/conf.d/65-fonts-persian.conf prior
launching this application. The easiest way to do this is:
mv /etc/fonts/conf.d/65-fonts-persian.conf \
/etc/fonts/conf.d/65-fonts-persian.conf.old
-4) GoogleEarth is a 32bit application only. You need to have the 32bit
- compatibility packages installed to have this work on a 64bit system.
- Otherwise you'll just see "no such file or directory" errors. I am aware
- that Google puts a 64bits debian package out, but this is a 32bits package
- with a 64bit wrapper for debian that installs multilib
-
-5) GoogleEarth now requires that you have OpenGL drivers installed on your
- system (and Xorg configured to use them). Not doing so will cause X
+4) GoogleEarth now requires that you have OpenGL drivers installed on your
+ system (and Xorg configured to use them). Not doing so will cause X
to crash.