Web Projects Outsourcing

Latest Bluefish PHP IDE in Fedora 12

Getting the latest Bluefish PHP IDE in Fedora 12 seems pretty simple and can be achieved in running several command lines.

cd ~/software
sudo yum -y install gucharmap-devel pcre-devel aspell-devel enchant-devel
wget //www.bennewitz.com/bluefish/stable/source/fedora/12/bluefish-2.0.0-4.fc12.src.rpm
sudo rpmbuild --rebuild bluefish-2.0.0-4.fc12.src.rpm
sudo yum --nogpgcheck localinstall ~/rpmbuild/RPMS/x86_64/bluefish-2.0.0-4.fc12.x86_64.rpm

Personally, I am not a big fan of this sort of editors, but I am sure many developers switching from Windows to Linux will find it useful and accurate.

Bluefish PHP IDE on Fedora

Bluefish PHP IDE on Fedora

3 thoughts on “Latest Bluefish PHP IDE in Fedora 12

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.