Download GridPACK

From GridPACK
Revision as of 14:57, 9 May 2019 by Bjpalmer (talk | contribs) (Created page with "== Obtaining GridPACK Source == GridPACK source code can be obtained in two ways. The recommended method is to download the latest release from the [https://github.com/Gri...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Obtaining GridPACK Source

GridPACK source code can be obtained in two ways.

The recommended method is to download the latest release from the GridPACK release page. This is in a compressed tar archive format file. Unpack the archive in a convenient location using something like

   tar xvf gridpack-X.X.tar.gz

For further information on using tar archives, there are many resources such as here to help.

Alternatively, the current development code can be obtained by cloning the GridPACK Github repository. The GridPACK code use some third-party code that is included as a submodule. After cloning this repository, do the following in the top-most directory of your clone to get the submodule code:

   git submodule update --init

You do not need to run this command if you download one of the release tarballs.