Changes between Version 36 and Version 37 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 03/06/25 11:41:22 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v36 v37 12 12 Restart the VM. 13 13 14 Instead of using snap to reinstall Eclipse it may be better 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". 15 16 After installing exit Eclipse and install these additional items from the terminal window. 14 Open a terminal window and type the following command to install some additional items. 17 15 {{{ 18 16 pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind 19 17 }}} 18 19 Instead of using snap to reinstall Eclipse it may be better 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". 20 20 21 21 22 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.