-
I'm trying to install to a non default directory in RedHat 8 environment. I'm able to pass the location via -DCMAKE_INSTALL_PREFIX which the main heif install recognizes. Any suggestions would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like its installing to Its not clear whether you want it not install, or install to some other path. If you want to install it, its clearly going to need to go where gdk-pixbuf can find it, and that in turn needs to have the right answer come back from |
Beta Was this translation helpful? Give feedback.
It looks like its installing to
GDKPIXBUF2_MODULE_DIR
, which is derived frompkg-config
search forgdk_pixbuf_moduledir
.Its not clear whether you want it not install, or install to some other path. If you want to install it, its clearly going to need to go where gdk-pixbuf can find it, and that in turn needs to have the right answer come back from
pkg-config
. So maybe settingPKG_CONFIG_PATH
would help.