天天看点

CentOS ZendStudio installation

# 下载ZendStudio,http://www.zend.com/en/products/studio,解压,安装

tar -xvf ZendStudio-xx.x.x-linux.gtk.x86.tar.gz
sudo mv ZendStudio /opt/
           

# 创建启动器

# ZendStudio.desktop
[Desktop Entry]
Name=ZendStudio
Comment=ZendStudio launcher
Exec=/opt/ZendStudio/ZendStudio
Icon=/opt/ZendStudio/icon.xpm
Terminal=false
Type=Application
Categories=Application;Development;
           

# 汉化

help - install new software
http://download.eclipse.org/technology/babel/update-site/R0/luna/
           

继续阅读