-
Notifications
You must be signed in to change notification settings - Fork 161
Home
James Agnew edited this page Sep 14, 2019
·
6 revisions
Welcome to the org.hl7.fhir.core wiki!
Prerequisite:
- Have this project checked out on your workstation via git: git@github.com:hapifhir/org.hl7.fhir.core.git
- It is highly recommended to check out using git, as opposed to downloading the sources as a zip file. This project changes quickly and frequently, and it is a painful exercize trying to use the zip file.
Steps:
- Download an Eclipse installer from https://www.eclipse.org/downloads/
- Install Eclipse IDE for Java Developers
- Launch Eclipse
- When the welcome screen opens, select Import Existing Projects. You can also find this option from the File menu if you don't get a welcome screen
- Under Select Root Directory, pick the
org.hl7.fhir.core
directory (the root of the project)