在ubuntu中安装eclipse及phpeclipse、svn插件


1、安装eclipse开发工具

          弹出终端:Ctrl+Alt+T,键入命令:apt-get install eclipse

2、安装eclipse中phpeclipse插件

          eclipse的菜单:help->Install New Software

          Name:phpeclipse

          Location:http://phpeclipse.sourceforge.net/update/stable/1.2.x/

          或

          Location:http://download.eclipse.org/releases/galileo

         看着勾选,里面还有debug和xdebug,根据情况可以全部勾选安装

3、安装eclipse中subclipse插件(svn)

          eclipse的菜单:help->Install New Software

          Name:svn

          Location:http://subclipse.tigris.org/update_1.8.x

         看着勾选,里面还有debug和xdebug,根据情况可以全部勾选安装

猜你喜欢

转载自itxiaohu.iteye.com/blog/1920955