Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added branch checkout instruction

...

  git clone https://opensource.ncsa.illinois.edu/fisheye/git/dfdl.git

we are currently working (collectively) all on a branch so you must also issue the command:

 git checkout newBackEnd

Requirements

Daffodil requires Java 1.6 or higher. All scripts provided for running and testing are written in bash and tested in GNU Linux. Those scripts are not required though, so Daffodil should be able to run in other platforms as long as Java is installed

...