Building Phevolo



A generic set of build instructions for the autotools system is included with the release, a condensed and more specific version follows:

Version 0.1:
First, download and extract the source .zip file: unzip x phevolo-0.1-win32-src.zip Then change into the directory and build phevolo: cd phevolo
./autogen.sh
./configure CFLAGS="-I<path_to_png_and_zlib_headers>" LDFLAGS="-L<path_to_png_and_zlib_libs>"
make

To run the program, simply execute the phevolo.exe file in the src subdirectory

Version 0.2:
./autogen.sh
./configure
make
su -c make install