Skip to content
Gallion edited this page Dec 29, 2014 · 5 revisions

Note: This page was provided by the user "balthamos". These are not official instructions; I haven't tried this myself. -equalpants

  1. Download .zip file
  2. Unzip
  3. Modify Makefile
    • Add -I/usr/X11/include to end of g++ -c rgba.cpp -O3
    • Add -L/usr/X11/lib to end of g++ $(objects) -o pigmap -l z -l png -l pthread -O3
  4. Make
  5. Binary will be in the directory

If you installed libraries using MacPorts, the additions are -I/opt/local/include and -L/opt/local/lib respectively.

Clone this wiki locally