Installation instructions for phex 0.9:

0. Read the README file for info about the program
1. Run the standard GNU configure script (default installation directory
   prefix is /usr/local, you can change it with argument --prefix=DIR):
	./configure
2. Make the program:
	make
3. You can test the program before installing:
	./hex some_binary_file
4. Become root and install the program:
	make install
