How do I add a directory to C header include path?

Use -I /opt/local/include on the command line or C_INCLUDE_PATH=/opt/local/include in the environment.

Leave a Comment