|
| 1 | +.. _marketplaceupdate: |
| 2 | + |
| 3 | +Update Site Installation Guide |
| 4 | +====================================== |
| 5 | + |
| 6 | +.. toctree:: |
| 7 | + :maxdepth: 2 |
| 8 | + :caption: Contents: |
| 9 | + |
| 10 | + installUpdateSiteURL |
| 11 | + install_idf_eclipse_plugin_marketplace |
| 12 | + install_idf_eclipse_plugin_local_archive |
| 13 | + upgradePlugins |
| 14 | + |
| 15 | + |
| 16 | +.. _installUpdateSiteURL: |
| 17 | + |
| 18 | +Installing IDF Plugin using update site URL |
| 19 | +-------------------------------------------- |
| 20 | +You can install the IDF Eclipse plugin into an existing IDE using the update site URL. First, add the release repository URL as follows: |
| 21 | + |
| 22 | +1. Go to `Help` > `Install New Software`. |
| 23 | +2. Click `Add…`, and in the pop-up window: |
| 24 | + * Enter `Name` as `Espressif IDF Plugin for Eclipse`. |
| 25 | + * Enter `Location` of the repository |
| 26 | + * For the stable release: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/>`_. |
| 27 | + * Click `Add`. |
| 28 | +3. Select `Espressif IDF` from the list and proceed with the installation. |
| 29 | + |
| 30 | +For adding beta and nightly builds, you can use the following update site URLs: |
| 31 | + * For Beta version: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/beta/>`_. |
| 32 | + * For Nightly build: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/nightly/>`_. |
| 33 | + |
| 34 | +> **Note:** While the screenshots are captured on macOS, the installation instructions are applicable to Windows, Linux, and macOS. |
| 35 | + |
| 36 | +.. image:: ../../media/idf_update_site_install.png |
| 37 | + |
| 38 | + |
| 39 | +.. _install_idf_eclipse_plugin_marketplace: |
| 40 | + |
| 41 | +Installing IDF Eclipse Plugin from Eclipse Marketplace |
| 42 | +------------------------------------------------------ |
| 43 | + |
| 44 | +To install the ESP-IDF Eclipse Plugin from the Eclipse Marketplace, follow these steps: |
| 45 | + |
| 46 | +1. Open Eclipse and go to `Help` > `Eclipse Marketplace...`. |
| 47 | + |
| 48 | +2. In the search box, enter **ESP-IDF Eclipse Plugin** to locate the plugin. |
| 49 | + |
| 50 | +3. Click **Install** and follow the on-screen instructions to complete the installation. |
| 51 | + |
| 52 | +4. After installation, restart Eclipse to activate the plugin. |
| 53 | + |
| 54 | + |
| 55 | +.. _install_idf_eclipse_plugin_local_archive: |
| 56 | + |
| 57 | +Installing IDF Eclipse Plugin from Local Archive |
| 58 | +------------------------------------------------------ |
| 59 | + |
| 60 | +To install the ESP-IDF Eclipse Plugin from a local archive, follow these steps: |
| 61 | + |
| 62 | +1. Download the latest update site archive for the IDF Eclipse Plugin from [here](https://github.com/espressif/idf-eclipse-plugin/releases). |
| 63 | + |
| 64 | +2. In Eclipse, go to `Help` > `Install New Software`. |
| 65 | + |
| 66 | +3. Click the `Add…` button. |
| 67 | + |
| 68 | +4. In the **Add Repository** dialog, select **Archive** and choose the file `com.espressif.idf.update-vxxxxxxx.zip`. |
| 69 | + |
| 70 | +5. Click **Add**. |
| 71 | + |
| 72 | +6. Select **Espressif IDF** from the list and proceed with the installation. |
| 73 | + |
| 74 | +7. Restart Eclipse after the installation is complete. |
| 75 | + |
| 76 | + |
| 77 | +.. _upgradePlugins: |
| 78 | + |
| 79 | +How do I upgrade my existing IDF Eclipse Plugin? |
| 80 | +------------------------------------------------------ |
| 81 | +If you are installing the IDF Eclipse Plugin for the first time, follow these steps to add the repository for the new release: |
| 82 | + |
| 83 | +1. Go to `Window` > `Preferences` > `Install/Update` > `Available Software Sites`. |
| 84 | +2. Click `Add`. |
| 85 | +3. Enter the URL of the new repository: `https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/`. |
| 86 | +4. Click `Ok`. |
| 87 | + |
| 88 | +If you have already installed the IDF Eclipse Plugin using the update site URL, you can upgrade to the latest version with the following steps: |
| 89 | + |
| 90 | +1. Go to `Help` > `Check for Updates`. |
| 91 | +2. If updates are found, select `Espressif IDF Plugins for Eclipse` and deselect all other items. |
| 92 | +3. Click `Next` to proceed with the installation. |
| 93 | + |
| 94 | +.. image:: ../../media/Update_plugins.png |
0 commit comments