Changes between Version 36 and Version 37 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
03/06/25 11:41:22 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v36 v37  
    1212Restart the VM.
    1313
    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.
     14Open a terminal window and type the following command to install some additional items.
    1715{{{
    1816pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind
    1917}}}
     18
     19Instead 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
    2021
    2122Run 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.