* Download "Eclipse IDE for C/C++ Developers" from https://www.eclipse.org/downloads/packages/
* Extract to an arbitrary folder
...
...
@@ -7,7 +7,7 @@
* Install the cmake4eclipse plugin: Go to Help -> Install New Software... -> Enter in "Work with" field: https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/ -> Enter -> Wait -> Mark CMake checkbox -> Next -> Next -> Accept licence -> Finish -> Click on "Install anyway"
* [OPTIONAL] Install BashEditor to get syntax highlightning for bash scripts: Go to https://marketplace.eclipse.org/content/bash-editor and follow the install instructions (drag an drop the "install" button to your running eclipse instance)
**Include a project into Eclipse**
# Include a project into Eclipse
Suppose you have a folder containing your project including the src/, init/ etc. folders, optimally as cloned git repository.