Skip to content

TheFlipbook/DevIL-Builder

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published