Stuff

I Wanted the latest version of bluefish on my Fedora Core 1 (new rpm’s arn’t now released as it’s in legacy) server so had to compile it. Had to install gtk2-devel and pcre-devel and their dependencies (thanks apt for rpm), then to make it actually work in the Fedora Core way I had to do this:
ln -s /usr/local/share/bluefish/ /usr/share/bluefish

ln -s /usr/local/bin/bluefish /usr/bin/bluefish

I’ve been working on my own CMS recently, should be released soon for the world to use.

2 Responses to “Stuff”

  1. Thomas Says:

    You probably wanted to do:

    ./configure –prefix=/usr

    Doing that would have meant you wouldn’t have needed to create those symlinks

  2. admin Says:

    This is true, but It took a while to compile and i couldn’t be botherd to compile it again.

Leave a Reply