Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.33 KB

DevIL Builder

A set of premake scripts for rebuilding DevIL binaries from source.

This allows for easier porting to newer Visual Studio versions.

DevIL: https://github.com/DentonW/DevIL Premake: https://premake.github.io

How To Build

  1. clone this repository to a folder
  2. clone or copy DevIL's repo in to the "devil" subfolder
  3. for each library in "external" copy it's release into a subfolder with the same name as its premake file
  4. run premake5.exe on this folder.
  5. Open ./build/DeviIL-Premake.sln
  6. Compile in the desired configuration
  7. Use outputs in ./bin/$(Configuration)/$(Platform)/
    • bin: DLLs
    • include: DevIL Headers
    • lib: Static imports for DLL