diff --git a/Installation.md b/Installation.md index 75a7422661aa2189aa9a5e4cfb427a4bf52687de..a740e60c22cae3bf510b88e28a3b6fc464e0a1c0 100644 --- a/Installation.md +++ b/Installation.md @@ -1,20 +1,20 @@ The TDL tools are available as a set of Eclipse plug-ins. You need to first be able to run Eclipse. The [Eclipse Modeling Tools](https://www.eclipse.org/downloads/packages/release/2021-06/r/eclipse-modeling-tools) distribution contains most of the necessary prerequisites for the TDL tools. -Once Eclipse is up and running, the easiest way to install the TOP tools is from the Eclipse Marketplace - simply search for TDL in the Eclipse Marketplace client within Eclipse, or go to the [TOP Marketplace Listing](https://marketplace.eclipse.org/content/top-tdl-open-source-project) and drag the install button into the Eclipse window. +Once Eclipse is up and running, the easiest way to install the TOP tools is from the Eclipse Marketplace - simply search for TDL in the Eclipse Marketplace client within Eclipse, or go to the [TOP Marketplace Listing](https://marketplace.eclipse.org/content/top-tdl-open-source-project) and drag the install button into the Eclipse window. Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. -Alternatively, you can install the plug-ins manually from an update site. In this case, you need to add the [update site](https://tdl.etsi.org/eclipse/latest/) for the TDL tools: +Alternatively, you can install the plug-ins manually from an update site. In this case, you need to add the [update site](https://top.etsi.org/ide/updatesite/stable) for the TDL tools: - https://tdl.etsi.org/eclipse/latest/ - -After the update site is added, the list of plug-ins and features shall be shown in the installation dialog (menu item Help->Install New Software..). Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. +``` +https://top.etsi.org/ide/updatesite/stable +``` To add the new repository to Eclipse, follow these steps: 1. Open the menu item *Help* and select the item *Install new software* 1. Click *Add...* button to add a new repository 1. Insert the required information: - * Name: TOP Plugins - * Location: https://tdl.etsi.org/eclipse/latest/ + * Name: TOP Stable + * Location: https://top.etsi.org/ide/updatesite/stable 1. Click Ok. In the window, a new set of plugins called TDL should appear 1. Click on the checkbox to select all the plugins, then click *Next*. 1. Now follow the instructions to complete the installation