Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/customizations/robotics/installation"

(Binary installation)
Line 3: Line 3:
 
=== Binary installation ===
 
=== Binary installation ===
  
Papyrus for Robotics can be installed either in form of an RCP (a self contained Eclipse installation) or added to an existing Eclipse installation by using an update site. Both can be downloaded from [https://www.eclipse.org/papyrus/components/robotics eclipse.org/papyrus/components/robotics].
+
Papyrus for Robotics can be installed either in form of an RCP (a self contained Eclipse installation) or added to an existing Eclipse installation by using an update site. Both can be downloaded from [https://www.eclipse.org/papyrus/components/robotics eclipse.org/papyrus/components/robotics] referring to the current 0.8 release.
  
 
* If you use the RCP, make sure that a JRE is already installed in your system and contained in the system PATH.
 
* If you use the RCP, make sure that a JRE is already installed in your system and contained in the system PATH.
  
 
* If want to extend an existing Eclipse, add the update-site via Help->Install New Software->Add (update-site)
 
* If want to extend an existing Eclipse, add the update-site via Help->Install New Software->Add (update-site)
 +
 +
* Nightly builds with the latest changes are available on the Eclipse continuous integration server, see [https://ci.eclipse.org/papyrus/view/Robotics/job/papyrus-robotics-2020-06/ 2020-06] and [https://ci.eclipse.org/papyrus/view/Robotics/job/papyrus-robotics-2019-12 2019-12].
  
 
=== Source code installation ===
 
=== Source code installation ===
  
 
See [[Papyrus/customizations/robotics/devinstall|Developper installation]].
 
See [[Papyrus/customizations/robotics/devinstall|Developper installation]].

Revision as of 07:45, 28 September 2020

Installation instructions

Binary installation

Papyrus for Robotics can be installed either in form of an RCP (a self contained Eclipse installation) or added to an existing Eclipse installation by using an update site. Both can be downloaded from eclipse.org/papyrus/components/robotics referring to the current 0.8 release.

  • If you use the RCP, make sure that a JRE is already installed in your system and contained in the system PATH.
  • If want to extend an existing Eclipse, add the update-site via Help->Install New Software->Add (update-site)
  • Nightly builds with the latest changes are available on the Eclipse continuous integration server, see 2020-06 and 2019-12.

Source code installation

See Developper installation.

Back to the top