How would I link in or compile SOIL (http://lonesock.net/soil.html) into my C++ OpenGL project on Mac OS X?
How would I link in or compile SOIL ( http://lonesock.net/soil.html ) into my C++
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On newer versions of Mac OS X, such as Leopard, you’ll have to edit the make file and add
to the CXX macro of the Makefile. After compiling, you’ll also have to link in the CoreFoundation.framework in your project. So your final build command might look something like