Skip to content
balthamos edited this page Mar 6, 2012 · 4 revisions
  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
Clone this wiki locally