Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Sirius/Getting Started

< Sirius
Revision as of 10:50, 22 October 2013 by Unnamed Poltroon (Talk) (From the sources)

Quick Install

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

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