Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 893 Bytes

install.md

File metadata and controls

17 lines (14 loc) · 893 Bytes

Installation on LWP

  • apt-get install graphviz qtcreator: install make, Qt Creator and GraphViz
  • git clone https://github.com/richelbilderbeek/pbdmms: clone this repository
  • cd pbdmms: move into the folder pbdmms
  • ./checkout_all_branches: checkout all git branches
  • ./download_other_githubs: download all other GitHubs needed
  • Optional: git checkout x: checkout branch of namespace x, where x can be any of the branch names

Installation on Peregrine

  • module load git: allow the use of git
  • git clone https://github.com/richelbilderbeek/pbdmms: clone this repository
  • cd pbdmms: move into the folder pbdmms
  • ./checkout_all_branches: checkout all git branches
  • ./download_other_githubs: download all other GitHubs needed
  • Optional: git checkout x: checkout branch of namespace x, where x can be any of the branch names