Jump to content

[ HowTO ]DevIL library update


Ulas

Recommended Posts

  • Active Member

I can show u today HOW TO update DevIL library "STATIC" 

if you wanna SHARED library change 

BUILD_SHARED_LIBS:BOOL=OFF

Change:

BUILD_SHARED_LIBS:BOOL=ON

and src/ILUT, ILU in CMakeList.txt inside have 

For STATIC library:
add_library(ILUT ${ILUT_SRCS} ${ILUT_INC} ${ILUT_RSRC})

For SHARED library:
add_library(ILUT SHARED ${ILUT_SRCS} ${ILUT_INC} ${ILUT_RSRC})

How to make video

  • Good 1
Link to comment
Share on other sites

  • 3 weeks later...
  • Active Member
On 11/12/2022 at 5:17 PM, Ulas said:

I can show u today HOW TO update DevIL library "STATIC" 

if you wanna SHARED library change 

BUILD_SHARED_LIBS:BOOL=OFF

Change:

BUILD_SHARED_LIBS:BOOL=ON

and src/ILUT, ILU in CMakeList.txt inside have 

For STATIC library:
add_library(ILUT ${ILUT_SRCS} ${ILUT_INC} ${ILUT_RSRC})

For SHARED library:
add_library(ILUT SHARED ${ILUT_SRCS} ${ILUT_INC} ${ILUT_RSRC})

How to make video

Don't change again shared_libs=ON

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.