Using Eclipse C++ CDT in Linux -
I want to use Eclipse to develop C ++ projects on Linux. In particular, I want to modify the open source projects that are stable and widely used while using Eclipse CDT. One of these is Intel OPECU There are tutorials for creating simple C ++ projects:
However, to make changes in the OpenCiv forum I want to use Eclipse and compile it from there. I really like many features of Eclipse:
- Syntax highlighting
- Outline
- Code help
- Code template
- code history
- etc.
Can anyone write a short tutorial how to create a project in OpenSSL from Open CV Turbal? I would use Eclipse CDT on Linux.
Does the CDT recognize the makefile because it can do for an ant script?
I have experienced that to use OpenCV path to use, you can open the source code And can use cmake to compile it. There are some tools to integrate the sensor in the eclipse even after your changes, but I did not find them unstable or too mature, so I want to compile and capture to edit source files using the semicolon from the terminal.
Comments
Post a Comment