Skip to content

jiyunmaths/libSOIL

 
 

Repository files navigation

libSOIL for Mac OS X

This is libSOIL (Simple OpenGL Image Library) with modifications to the Makefile to let it install nicely on Mac OS X. By default, libSOIL.a and libSOIL.dylib will be installed in /opt/local/lib/, and the libSOIL headers will be installed in /opt/local/include/SOIL/.

Installing

Clone this repo, make, make install. To install elsewhere, change the INCLUDEDIR and LIBDIR in the Makefile. If you do this, be aware that the install_name for libSOIL.dylib must be the same as full absolute path to that file, or else any programs linked against it will fail to load.

License

Public domain.

About

The Simple OpenGL Image Library for Mac OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Objective-C 3.0%
  • C++ 2.2%
  • Shell 0.2%