Tools Needed

Daffodil development uses quite a few tools. To avoid the pages of this wiki becoming obsolete every time a tool-version changes, we centralize the Tested/Verified Tool Versions so that there's only one place that contains the actual version numbers. All the other pages should avoid specifying versions of anything.

Getting Started

In order to contribute to Daffodil, you will need to follow a few steps.  

Setup for command-line tool building of Daffodil is mandatory. Some things required by our development processes have to be done from the command line, regardless of whether most of your time will be spent using an IDE like Eclipse.

Setup for the Eclipse IDE is optional. See the Eclipse for Daffodil page.

IMPORTANT: You are expected to use the versions of the tools below that are given at Tested/Verified Tool Versions.

You will need to:

  1. Install Java Software Development Kit aka SDK or JDK. (Note: Not only the Java Runtime Environment or JRE, you need the full JDK)
    1. If you are running Linux, you can choose to use the OpenJDK. Follow the instructions here: http://openjdk.java.net/install/

    2. On either Linux or MS-Windows, you can choose to use the Oracle JDK. The Java Install instructions from Oracle will tell you how to install the JDK for your platform. 

  2. Install SBT
  3. Install Git
  4. Increase Available Memory via Environment Variables
  5. Obtain Daffodil Source - See Getting Daffodil
  6. Execute a Preliminary Build to Retrieve Libraries
  7. Build Daffodil
  8. Run Daffodil you just Compiled from the Command Line
  9. Development Workflow

Reference Material