Versions Compared

Key

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

SBT will require git in order to build Daffodil.

Windows:

...

Page content removed (obsolete). See https://

...

cwiki.

...

  1. Leave as-is.  
  2. Click Next

...

  1. Leave as-is.
  2. Click Next

...

  1. Select 'Run Git from the Windows Command Prompt'.
  2. Click Next.

...

  1. Select 'Checkout as-is, commit Unix-style line endings' or 'Checkout Windows-style, commit Unix-style line endings'.
  2. Click Next.

...

Linux:

Open a Terminal and enter the following:

Code Block
languagebash
titleTerminal
$ su
$ yum install git

Accept any dependencies (type 'y' and hit enter).

Verify that git was installed by typing the following into the Terminal:

Code Block
languagebash
$ exit
$ git --version

You should receive some version information about git at this point.

 apache.org/confluence/display/DAFFODIL/For+Contributors