Bluefish is a GTK+ text editor targeted towards programmers and web designers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.7.tar.bz2
Download MD5 sum: 533c3ef1e7d5ec369893c0fd4094605c
Download size: 3.7 MB
Estimated disk space required: 69 MB
Estimated build time: 0.5 SBU
GTK+-2.24.26 or GTK+-3.14.8. If both are installed, configure defaults to using GTK+ 3.
enchant-1.6.0 (for spell checking), Gucharmap-3.14.2, PCRE-8.36 and Jing
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bluefish
Install Bluefish by running the following commands:
./configure --prefix=/usr --docdir=/usr/share/doc/bluefish-2.2.7 && make
This package does not come with a test suite.
          Now, as the root user:
        
make install
![[Note]](../images/note.png) 
          
            This package installs icon files into the /usr/share/icons/hicolor hierarchy and desktop
            files into the /usr/share/applications hierarchy. You can
            improve system performance and memory usage by updating
            /usr/share/icons/hicolor/icon-theme.cache and
            /usr/share/applications/mimeinfo.cache. To
            perform the update you must have GTK+-2.24.26 or
            GTK+-3.14.8 installed (for the icon cache) and
            desktop-file-utils-0.22 (for the
            desktop cache) and issue the following commands as the
            root user:
          
gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor && update-desktop-database
Last updated on 2015-02-26 20:16:43 -0800