Tag Archives: editor

Bluefish 2.2.7 on Gentoo

Gentoo finally updated to Bluefish 2.2.6, so I know the latest version must be out which is 2.2.7.  In case you do not know:

Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages.

Unfortunately, I already use 2.2.6 and want 2.2.7. Just to make things easy, I download and unarchive then use the Gentoo configure to setup everything:

./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --docdir=/usr/share/doc/bluefish-2.2.6 --disable-dependency-tracking --disable-update-databases --disable-xml-catalog-update --enable-nls --enable-spell-check --enable-python

Follow that by make and, if everything works, make install.  Now the latest version of Bluefish is installed.