-
-
Notifications
You must be signed in to change notification settings - Fork 24
Quickstart
Matthias Mailänder edited this page Apr 15, 2022
·
16 revisions
-
Download the Eclipse Installer:
-
Install the "Eclipse IDE for RCP and RAP Developers" package:
-
Clone the repositories via the "Git Repositories" view in the Eclipse IDE:
git clone [email protected]:OpenChrom/openchrom.git
-
The minimal project set you need to run OpenChrom is:
net.openchrom.platform.feature
net.openchrom.rcp.compilation.community.product
net.openchrom.targetplatform
-
You don't need to import all projects into your workspace. We recommend to import only projects you'd like to work with. Use the Import Existing Projects Wizard to import bundles into the workspace.
-
Select the
.target
platform and set it as active. -
All compile errors should be gone.
-
Select the
.product
and press the run button to start OpenChrom.