Till now we are compiling our C++ project in CentOS using cmake files. Everything is working fine, now instead of putty we are looking for an IDE which will do the job from windows.
I tried with eclipse but not getting step by step documents which will do. I tried in eclipse neon and eclipse for C++ development. All works fine for local but when I say build should happen on Centos nothing works.
- Using ssh remote system explorer able to view all the files.
- selected the folder in system explorer and "Create remote project".
- Able to see the project in the project explorer and all my files/folders are present and .project files also present.
- in the .project file apart from name rest other tags are empty.
- All the source folder has CMakeList.txt but how to use that in eclipse is question?
- When I say build on eclipse it should build the src code on Centos.
- Not sure which version of eclipse and additional tools needs to be installed.
If anyone have done already do let me know the execution steps.
Thanks
Vj
question from:
https://stackoverflow.com/questions/65933503/eclipse-c-remote-compilation-using-cmake 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…