List of envirnoment variables?

asked 2014-07-30 08:20:56 -0600

I want to install OpenCV for an installation of Python under my home directory. But when I build and install OpenCV it installs for the system default Python which is older and does not have numpy. Browsing through some of the cmake files it looks like there are many env variables that may be set to customize the build and installation. Is there a comprehensive list of these somewhere? So far I have been unable to find a list like that. If not, can someone explain how to install OpenCV in a non-standard location?

Thanks!

edit retag flag offensive close merge delete

Comments

It gets clear if you install cmake-gui and go through the options, there is a floating infobox for each option explaining what it does. Way easier than setting everything by trial and error.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-30 08:35:33 -0600 )edit