Skip to content

Making GMAT Source Modifications

Harry Goldschmitt edited this page Nov 1, 2020 · 3 revisions

To make GMAT source modifications or to add additional source modules, perform. the following steps on the gmat2020a_box:

  1. vim is already installed on the gmat2020a_box. If you prefer a different editor/development environment, feel free to install it.
  2. Make source code changes.
  3. Enter:
cd $HOME
/vagrant/buildGMAT.sh

The buildGMAT.sh script reruns cmake to pick up new or changed source files, create or modify Makefiles, and then runs make against the generated Makefiles.