########################################################### Quick install unpack the file, many ways possible, this is the least efficient way ;-) cat bluefish-x.x.x.tar.bz2 | bunzip2 | tar -x cd bluefish-x.x.x run ./configure --help for information about possible options, choose the options you like ./configure [options-you-like-here] make make install (as root) Gtk-1.2 or higher is required Gtk-1.2.7 or higher is reccomended (http://www.gtk.org/) Imlib is recommended (ftp://ftp.gnome.org/ ftp.enlightenment.org/ http://www.rasterman.com/) the gtkeditor widget is no longer used! optionally have netscape, tidy, ispell and weblint installed for extended functionality important ./configure options from the default automake/autoconf are --prefix --bindir (the Bluefish binary) --datadir (the datafiles, default in datadir/bluefish/) ## Solaris specific if you get: '"Gdk-WARNING **:shmat failed!" error message' set shmsys:shminfo_shmseg = 10 in /etc/system and then reboot your machine. ########################################################### Usage: configure [options] [host] Options: [defaults in brackets after descriptions] Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output files --quiet, --silent do not print `checking...' messages --version print the version of autoconf that created configure Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [same as prefix] --bindir=DIR user executables in DIR [EPREFIX/bin] --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] --libexecdir=DIR program executables in DIR [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data in DIR [PREFIX/share] --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data in DIR [PREFIX/com] --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] --libdir=DIR object code libraries in DIR [EPREFIX/lib] --includedir=DIR C header files in DIR [PREFIX/include] --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] --infodir=DIR info documentation in DIR [PREFIX/info] --mandir=DIR man documentation in DIR [PREFIX/man] --srcdir=DIR find the sources in DIR [configure dir or ..] --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names Host type: --build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [guessed] --target=TARGET configure for TARGET [TARGET=HOST] Features and packages: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR --enable and --with options recognized: --with-pentium Optimizes your code for pentium cpus --with-pentiumpro Optimizes your code for pentiumpro cpus --with-debugging-output Turns debugging output on --disable-splash-screen disables the splash screen --disable-nls do not use Native Language Support --with-included-gettext use the GNU gettext library included here --with-catgets use catgets functions if available --with-gtk-prefix=PFX Prefix where GTK is installed (optional) --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) --disable-gtktest Do not try to compile and run a test GTK program --with-internal-preview Enable the internal preview (EXPERIMENTAL) --disable-bluefish-datadir Don't use a bluefish specific datadir