Updated Home (markdown)
parent
b59face102
commit
3c1f7b83a7
23
Home.md
23
Home.md
|
@ -1,23 +1,2 @@
|
|||
Welcome to the org.hl7.fhir.core wiki!
|
||||
IDE instructions previously hosted here can now be found at (https://hl7.github.io/docs/core/ide) as of 2022-06-15.
|
||||
|
||||
# Setting up an Eclipse Build Environment
|
||||
|
||||
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
|
||||
* If the welcome screen opens, close it
|
||||
* Import the project:
|
||||
* File -> Import...
|
||||
* Maven -> Existing Maven Projects
|
||||
* Click **Next**
|
||||
* Under **Select Root Directory**, pick the `org.hl7.fhir.core` directory (the root of the project)
|
||||
* Click **Finish**
|
||||
* If you are prompted to install the **m2e-connector** plugin, you should do so
|
||||
* Eclipse will now try to build the project, and this takes a while. Wait until you don't see "Building Workspace" in the bottom right corner of the window
|
||||
|
|
Loading…
Reference in New Issue