We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Note: This page was provided by the user "balthamos". These are not official instructions; I haven't tried this myself. -equalpants
-I/usr/X11/include
g++ -c rgba.cpp -O3
-L/usr/X11/lib
g++ $(objects) -o pigmap -l z -l png -l pthread -O3
If you installed libraries using MacPorts, the additions are -I/opt/local/include and -L/opt/local/lib respectively.
-I/opt/local/include
-L/opt/local/lib