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.
April 30th, 2006 at 8:38 pm
You probably wanted to do:
./configure –prefix=/usr
Doing that would have meant you wouldn’t have needed to create those symlinks
May 1st, 2006 at 11:45 am
This is true, but It took a while to compile and i couldn’t be botherd to compile it again.