Using Eclipse C ++ CDT on Linux

I want to use Eclipse to develop C ++ projects on Linux. In particular, I want to change stable and widely used open source projects using the Eclipse CDT. One of them is Intel Opencv. There are tutorials for creating simple C ++ projects, for example here:

I have seen many tutorials for using Eclipse CDT for writing programs in OpenCv, like here:

However, I want to use Eclipse to make changes to the OpenCv platform and compile it from there. I really like many of the features of Eclipse, such as:

  • Syntax highlighting
  • Outline
  • Code support
  • Code Templates
  • Code history
  • and etc.

Will someone write a short tutorial on how to make a project in Eclipse from tarball OpenCv? I would use Eclipse CDT on Linux.

Can the Eclipse CDT recognize the Makefile, how can it do for Ant scripts?

+3
source share
3 answers

, OpenCV cmake - . cmake cmake . . cmake eclipse, , cmake .

+2

Janusz cmake, cmake eclipse ( :-)). (Eclipse CDT4 Generator)

+1

Source: https://habr.com/ru/post/1713301/


All Articles