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 "Sirius/Getting Started"

(updated update-site link)
(Quick Install)
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
Update-site: http://download.eclipse.org/sirius/updates/nightly/0.9/
 
Update-site: http://download.eclipse.org/sirius/updates/nightly/0.9/
 +
 +
''Juno users'': Sirius depends on a version of the Guava library which is not available by default from a Juno install. You need to add the Orbit update-site at http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ if you want to install Sirius on Juno.
  
 
== From the sources ==
 
== From the sources ==
Line 11: Line 13:
  
 
The resulting update-site is then available in <code>packaging/org.eclipse.sirius.update/target/repository</code>.
 
The resulting update-site is then available in <code>packaging/org.eclipse.sirius.update/target/repository</code>.
 
To install the result in an Eclipse instance, you will also need to add the Nebula repository at http://download.eclipse.org/technology/nebula/snapshot/.
 
  
 
The documentation is available in the help system under the "Sirius" top-level category. You can also browse the doc from http://www.eclipse.org/sirius/doc.
 
The documentation is available in the help system under the "Sirius" top-level category. You can also browse the doc from http://www.eclipse.org/sirius/doc.
  
 
[[Category:Sirius]]
 
[[Category:Sirius]]

Revision as of 04:26, 19 November 2013

Quick Install

Update-site: http://download.eclipse.org/sirius/updates/nightly/0.9/

Juno users: Sirius depends on a version of the Guava library which is not available by default from a Juno install. You need to add the Orbit update-site at http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ if you want to install Sirius on Juno.

From the sources

From a local Git clone of http://git.eclipse.org/gitroot/sirius/org.eclipse.sirius.git, and provided you have Maven 3 installed, you can build Sirius locally from the top-level directory with the following command:

mvn clean package

The resulting update-site is then available in packaging/org.eclipse.sirius.update/target/repository.

The documentation is available in the help system under the "Sirius" top-level category. You can also browse the doc from http://www.eclipse.org/sirius/doc.

Back to the top