Skip to content

Instantly share code, notes, and snippets.

@weshouman
Last active October 28, 2017 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weshouman/2ec418aa8cbb542e5208 to your computer and use it in GitHub Desktop.
Save weshouman/2ec418aa8cbb542e5208 to your computer and use it in GitHub Desktop.
fixes used with cmake issues #study #setup
#my experience working with cmake errors
If a package wasn't found .. yet its installed
-open synaptic
-search for the package
-right-click and choose properties
-in installed directory or files section figure out where the libraries are
-u'll find some /*/*/*.so.## files, u'll need to copy them to their respective cmake options
-notes:
- some options may available only in the advanced window of ccmake .
- copy only the /*/*/*.so part and skip the number (this is how it worked with me, not sure whether copying the number is a good/needed thing or not)
-configure
-generate
-make and make install
-this setup worked with installing oiio as it couldn't find the openexr and the IlmBase libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment