linux web开发 工具

web开发: bluefish
http://bluefish.openoffice.nl/


php:zend studio

http://www.zend.com/en/products/studio/


CentOS5.2上安装bluefish出错解决方法

http://karyson.blog.bokee.net/bloggermodule/blog_viewblog.do?id=2747231
./configure
错误:
configure: error: pcre-config not found please install libpcre3-dev or similar
解决:
yum install pcre-devel

./configure
make
make install
安装顺利完成。

你可能感兴趣的:(linux web开发 工具)