| 89 | | == Eclipse Projects == |
| | 89 | == Eclipse Integrated Development Environment == |
| | 90 | |
| | 91 | To install Eclipse open a terminal window and type the following command to install some additional items. |
| | 92 | {{{ |
| | 93 | pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind |
| | 94 | }}} |
| | 95 | |
| | 96 | It is recommended to download the Eclipse installer from https://www.eclipse.org/downloads/packages/ Select "Download" "Linux x86_64". Open the "Downloads" folder and right-click on the "eclipse-inst-jre-linux64.tar.gz" and select "Extract" and "Extract Here". Then in the "eclipse-installer" folder double-click **eclipse-inst**. Select "Eclipse IDE for C/C++ Developers" and click "Install". |
| | 97 | |
| | 98 | Run Eclipse and select "Help", "Eclipse Marketplace...". In the "Find:" input type "Subclipse". "Subclipse 4.3.4" should appear in the list. Click the appropriate "Install" button and accept the license prompts to complete the installation. When finished press "Yes" to restart Eclipse. |
| | 99 | |
| | 100 | Eclipse will default to a different workspace name, probably "eclipse-workspace". Select "File", "Switch Workspace", "Other..." Select the workspace "/home/user/workspace_825" to open the existing workspace containing the 825 projects. |