Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenEXR dependency #9

Open
Yannick-ll opened this issue Sep 18, 2024 · 0 comments
Open

OpenEXR dependency #9

Yannick-ll opened this issue Sep 18, 2024 · 0 comments

Comments

@Yannick-ll
Copy link

Hi,

Thank you for sharing your astonishing work!
I m struggling with the c_code and OpenEXR dependency.
I'm using ubuntu 20.04.

I installed using the following commands :
sudo apt-get install openexr
sudo apt-get install libopenexr-dev
Installing OpenEXR with apt only give me headers in /usr/include/OpenEXR

When I try to compile the code, I get the following errors :

`CMake Error at CMakeLists.txt:28 (find_package):
By not providing "FindOpenEXR.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OpenEXR", but
CMake did not find one.

Could not find a package configuration file provided by "OpenEXR" with any
of the following names:

OpenEXRConfig.cmake
openexr-config.cmake

Add the installation prefix of "OpenEXR" to CMAKE_PREFIX_PATH or set
"OpenEXR_DIR" to a directory containing one of the above files. If
"OpenEXR" provides a separate development package or SDK, be sure it has
been installed.
`

Can you please help me compiling the c_code ?

King regards,
Yannick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant