README 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. google-earth-legacy (Google's famous virtual globe - legacy version)
  2. Google Earth is a virtual globe program. It maps a version of the
  3. Earth by the superimposition of images obtained from satellite
  4. imagery, aerial photography and GIS over a 3D globe. You point
  5. and zoom to any place on the planet that you want to explore.
  6. Satellite images and local facts zoom into view. Tap into Google
  7. search to show local points of interest and facts. Zoom to a
  8. specific address to check out an apartment or hotel. View driving
  9. directions and even fly along your route.
  10. The degree of resolution available is based somewhat on the points
  11. of interest, but most land (except for some islands) is covered in at
  12. least 15 meters of resolution.
  13. When running GoogleEarth for the first time, you will see an error
  14. message stating that it is unable to find the Bitstream Vera fonts.
  15. This should be safe to ignore - it will use other fonts (and the
  16. DejaVu fonts included with Slackware are based on the Bitstream fonts).
  17. NOTES:
  18. 1) Google Earth 7 (legacy) is "LSB compliant" meaning it was built on
  19. an LSB system. Slackware however does not have that symlink which
  20. is part of the LSB 3.0 specification. Before, you had to add that
  21. symlink manually; that is now handled in doinst.sh. For nostalgia
  22. sake, the symlinks are:
  23. in /lib: (32-bit)
  24. ln -sv ld-linux.so.2 ld-lsb.so.3
  25. in /lib64:
  26. ln -sv ld-linux-x86-64.so.2 ld-lsb-x86-64.so.3
  27. 2) Google Earth sometimes crashes when the 65-fonts-persian.conf is
  28. available on the system. If you experience crashes, try removing
  29. /etc/fonts/conf.d/65-fonts-persian.conf prior to launching this
  30. application. The easiest way to do this is:
  31. mv /etc/fonts/conf.d/65-fonts-persian.conf \
  32. /etc/fonts/conf.d/65-fonts-persian.conf.old
  33. 3) GoogleEarth requires that you have OpenGL drivers installed on your
  34. system (and Xorg configured to use them). Not doing so will cause X
  35. to crash.
  36. 4) This is the legacy version 7.3.0, which is the last version to be
  37. released for 32-bit systems. On startup, a nag screen will pop up
  38. advising you that a new version is availble, which you can safely
  39. ignore.