how to set environment variable for codelite C++ compiler
Hello,
I'm trying to setup open cv in windows and trying to find out the environment variable for following environment: 64-bit windows, Codelite C++ compiler. What is the acronym for "Codelite" compiler like it's "vs11" for Visual studio?
Thanks, Balaji G
What do you mean ? acronym for CMake?
we set environment variable for 64-bit windows and VS 2012 compiler as "setx -m OPENCV.........\x64\vs11 ". Similarly, what is the environment variable for 64-bit windows using codelite C++ compiler environment?
may be you should try cmake
I'm using codelite IDE
CMake it's not an ide like VS or codelite. It is used to help you to build your project makefile with gcc or mingw or .sln for visual studio and many other project that I have never used.
For example cmakelist to build a project using opencv :
You open this file with cmake gui and say used codelite and that's all
In case my question is not clear, I looking forward to know how to set environment variable while I use win 64-bit codelite c++ compiler, and it's not related to CMake
Thanks.