1To build png2ico on a Unix-like platform simply issue the command
2
3    make
4
5You need to have libpng installed. Furthermore, the Makefile uses the
6GNU C++ compiler g++ by default. If you don't have g++, change the Makefile to
7use your compiler instead.
8
9There should be no problems building the program on a GNU/Linux system. If you
10can provide information about building on other platforms, let me know.
11
12The Makefile does not have an install target. To install the program, just
13copy the binary png2ico to wherever you want it (e.g. /usr/local/bin/) and
14the manpage doc/png2ico.1 to an appropriate directory
15(e.g. /usr/local/man/man1/).
16