根据 Google 官方 Blog 的通告,最新版的 Google Earth 6 Beta 已正式发布,与之前的版本一样,除了 Win 及 Mac 平台外,同样支持 Linux 平台。
新版本最主要的改变是无缝整合了街景功能及添加三维树木元素。
下载: http://www.google.com/earth/download/ge/
在安装时会出现错误:
root@ptubuntu:/home/ptubuntu/Download# ./GoogleEarthLinux.bin –target /tmp/ge
Creating directory /tmp/ge
Verifying archive integrity… All good.
Uncompressing Google Earth for GNU/Linux 6.0.1.2032…………………………………………………………………………………
setup.data/setup.xml:1: parser error : Document is empty
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found
^Couldn't load 'setup.data/setup.xml'
修改安装过程:
root@ptubuntu:/home/ptubuntu/Download# ./GoogleEarthLinux.bin –target /tmp/ge
Creating directory /tmp/ge
安装目录放在/tmp/ge下.
root@ptubuntu:/tmp/ge#cd /tmp/ge
root@ptubuntu:/tmp/ge# ./setup.sh
安装完成你会发现出现乱码.什么都看不懂那么你需要修改一下.就行了.
root@ptubuntu:/tmp/ge# cd /opt/google-earth/lang/
root@ptubuntu:/opt/google-earth/lang# rm -r zh-Hans.qm
这样就可以了.