yetone
2011-07-26 04:18 deepin
安装:
先到谷歌地球的官方网站下载:http://www.google.com/intl/zh-CN/earth/download/ge/
下载deb包进行安装,安装完打开Google earth后你会发现中文无法显示出来,这时候需要做一些处理:
替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.LD_LIBRARY_PATH ./googleearth-bin "$@"
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
先到谷歌地球的官方网站下载:http://www.google.com/intl/zh-CN/earth/download/ge/
下载deb包进行安装,安装完打开Google earth后你会发现中文无法显示出来,这时候需要做一些处理:
替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.LD_LIBRARY_PATH ./googleearth-bin "$@"
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
Reply Like 0 View the author