# 下载ZendStudio,http://www.zend.com/en/products/studio,解压,安装
tar -xvf ZendStudio-xx.x.x-linux.gtk.x86.tar.gz
sudo mv ZendStudio /opt/
# 创建启动器
vim /usr/share/applications/ZendStudio.desktop
# 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.13.0/luna/
本文提供了一个详细的步骤来安装ZendStudio,包括下载、解压缩、移动文件到指定位置、创建启动器以及汉化的过程。适用于想要在Linux环境下设置PHP开发环境的用户。
502

被折叠的 条评论
为什么被折叠?



