Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

GMAT makes official releases to the public approximately once every 6-12 months.

Official Releases

The latest public release of GMAT is located at SourceForge Page. Note that if you wish you use the MATLAB interface, some additional configuration is necessary. See the MATLAB Interface documentation for details. 

Source Code

If you use Mac or Linux, or if you just want the latest code, you can choose to build GMAT yourself. Our public code is hosted in a Git repository on SourceForge:

 

git clone git://git.code.sf.net/p/gmat/git gmat-git

 

See Development for compiling instructions.

 

Internal Users

Internal (NASA GSFC) users can download GMAT from the project's network share.

Internal Releases

We have special installers and binaries for internal users that contain some extra plugins we don't yet have permission to release. Browse to this location:

\\mesa-file\595\GMAT\Releases\R2014a\internal

The following files are available:

  • gmat-internal-winInstaller-i586-R2014a.exe: Windows installer (internal version)
  • gmat-internal-win-i586-R2014a.zip: Windows zip distribution (internal version)
  • internalplugins.zip: extra plugins for the public releases. Extract this file over your existing GMAT installation to add the extra plugins, then uncomment the appropriate PLUGIN lines in <GMAT>\bin\gmat_startup_file.txt to enable them.

Daily Builds

We post daily development builds to the following location:

\\mesa-file\595\GMAT\Builds\windows\VS2010_build

This location contains these folders:

  • LatestCompleteVersion: the latest full GMAT instance. Copy this to your computer and run LatestCompleteVersion\bin\GMAT.exe.
  • YYYY-MM-DD folders: compiled files only from that day's build. To use this, copy the contents over your existing GMAT installation. Note that if the two versions are very different, changes in other files may render your GMAT installation inoperable. If this happens, start with LatestCompleteVersion, above.

Source Code

The main source code repository is the public SourceForge-hosted one above. Certain internal plugins and other unreleased files are stored in the following internal repository. See the GMAT development team for access.

  • No labels