1BUILDING AND INSTALLING pho
2
3REQUIREMENTS:
4pho uses the gdk_pixbuf library for reading, scaling, and displaying
5images. So you will need gdk-pixbuf installed in order to run pho.
6To compile it, you will also need gdk-pixbuf-devel.
7The home for gdk_pixbuf is:
8http://developer.gnome.org/doc/API/gdk-pixbuf/index.html
9
10BUILDING:
11To build pho, type: make
12To install the binary and manual page, type (as root): make install
13
14The current Makefile has been tested on Redhat 7.3 and Debian Woody,
15and assumes gtk 1.2 (and gtk-devel) as well as gdk-pixbuf 1.0.
16You may need to edit the Makefile on some other systems,
17or to use other versions of gtk.
18Sorry, there is no configure script for it yet.
19Feel free to contact me if you have any problems building pho.
20
21