Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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
    • Note: you need sbt even if you intend to do development from an IDE like Eclipse. There are things built using sbt that are necessary for the IDE environment.

    • You can find SBT installation instructions here: http://www.scala-sbt.org/0.13/docs/index.html

  3. Install Git
  4. Configure SBT[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
  9. Development Workflow

...