You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Installing from a ready-built package (recommended)
4
4
5
5
1. Make sure you have Java 17 installed on your platform.
6
-
1. Download the Lyo Designer application for your target operating system from [Lyo download site](https://download.eclipse.org/lyo/product/binaries/stable/)
6
+
1. Download the Lyo Designer application for your target operating system from
7
+
the [stable](https://download.eclipse.org/lyo/product/binaries/stable/)
(normally, at your risk, unless instructed by the dev team).
7
11
1. Unzip your download to any desired application.
8
12
1. Run the `lyodesigner` executable.
9
-
1. Regularly try to update the application by selecting ***help\--\>Check for Updates***
13
+
1. Regularly try to update the application by selecting ***Help → Check for
14
+
Updates***
10
15
11
16
## Installing as plugins on an Eclipse installation
12
-
You can also install Lyo Designer as a set of plugins into an existing Eclipse installation.
13
-
This is recommended for advanced users that can deal with conflicts in plugin dependencies when installing multiple plugins.
14
17
15
-
The Modelling environment and code generator are known to work on Eclipse
16
-
versions up until Eclipse 2020-09 (v4.18).
18
+
You can also install Lyo Designer as a set of plugins into an existing Eclipse
19
+
installation. This is recommended for advanced users that can deal with
20
+
conflicts in plugin dependencies when installing multiple plugins.
17
21
18
-
The easiest way to install Lyo Designer is via the update-site
19
-
`http://download.eclipse.org/lyo/p2/stable/` (This URL is intended to
20
-
be accessed via the Eclipse update functionality, and not via a web
21
-
browser.)
22
+
Prerequisites: the Modelling environment and code generator are known to work on Eclipse
23
+
versions up until Eclipse 2022-03.
22
24
23
-
1. First make sure your Eclipse environment is setup
24
-
as expected for general Lyo-based development, as instructed in [Eclipse Setup for Lyo-based Development](./eclipse-setup-for-lyo-based-development.md)
25
-
1. Select ***Help \--\> Install New Software\...***
25
+
Installation steps:
26
+
27
+
1. First make sure your Eclipse environment is setup as expected for general
28
+
Lyo-based development, as instructed in [Eclipse Setup for Lyo-based
0 commit comments