Set the OpenCV enviroment variable and add it to the systems path
I am trying to install OpenCV in windows by using the pre-built libraries.
I want to set the OpenCV enviroment variable and add it to the systems path but when I write:
setx -m OPENCV_DIR D:\OpenCV\Build\x86\vc10
It tells me
'setx-m' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes
Can you help me please?