gbiff2 logo
gnubiff logo
gnubiff has been released !

Documentation

gbiff2 is fully configurable via the GUI and options are saved within the .gbiff2rc file that is located in your home directory. For the GTK-only version, you can use an alternate configuration file with the '-c' option and you can skip the configuration process with the '-noconfigure' option.

To install gbiff2 with GNOME:
./configure --prefix=`gnome-config --prefix` --sysconfdir=`gnome-config --sysconfdir` --with-gnome
make
make install

To install gbiff2 with GTK only:
./configure
make
make install


Home