Versions Compared

Key

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

Obtaining the Source Code and Data Files

GMAT source code and data approved for public release is distributed in several ways. 

A bundle of the source code is Code and data bundles are distributed in the SourceForge Files folder for each release.  Files for a release are located in a folder named after the Release; R2020A for example.  Source code bundles are distributed using the naming convention:

...

The data required to run GMAT is distributed in files for each release using the name convention:

...

A file containing source and data is distributed in files for each release using the name convention:

...

Code Block
git clone https://git.code.sf.net/p/gmat/git gmat-git

Compiling GMAT

Compiling GMAT is configured via a set of Python scripts to configure dependencies, and Cmake files to manage the build process and compile the code.   See the Compilation Instructions for complete details.

...