Versions Compared

Key

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

In case you are unsure that the most recent build process performed on your PC built your desired version of the CPM Lab software, follow these steps.

Open a terminal, navigate to the software repository and checkout your desired branch or tag. If unsure, checkout the master branch. If there are updates available, download them, clean the repo and build the software again. Substitute `<BRANCH_OR_TAG>` in the following code!

Code Block
languagebash
cd ~/dev/software
git fetch
git checkout <BRANCH_OR_TAG>
rm -rf cpm_lib/dds_idl_cpp
rm -rf cpm_lib/dds_idl_matlab

...