欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

转 ubuntu 下 ZendStudio 5.5 安装 UbuntuZendPerlWindows 

程序员文章站 2024-03-19 23:53:34
...
1. 下载ZendStudio-5_5_0.tar.gz

2. 解压缩出 ZendStudio-5_5_0.bin

3. 在非root用户下安装,如zack@zack-desktop:~$
./ZendStudio-5_5_0.bin

4. 安装后,从windows 系统下拷贝simsun.ttc字体,到zendstudio 安装目录下的/home/zack/Zend/ZendStudio-5.5.0/jre/lib/fonts/

5. 修改/home/zack/Zend/ZendStudio-5.5.0/jre/lib/fonts/fonts.dir 文件
将其他字体都替换成simsun.ttc
cd /home/zack/Zend/ZendStudio-5.5.0/jre/lib/fonts/
ls -al |grep ttf |awk '{print "perl -pi -e s/"$8"/simsun.ttc/g fonts.dir" }' |sh

6. 创建应用程序
vi /usr/local/applications/ZendStudio5.desktop
[Desktop Entry]
Name=ZendStudio5
Comment=Zend Studio 5.5
Exec=/home/zack/Zend/ZendStudio-5.5.0/bin/ZDE
Icon=/home/zack/Zend/ZendStudio-5.5.0/bin/icon16_studio.png
Terminal=false
Type=Application
Categories=Application;Network;

完成.