Versions Compared

Key

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

...

Code Block
languagebash
# Make sure your "met3d" conda environment is activated!
# The Met.3D binary is now located at "~/met.3d-base/build/". To run:
cd ~/met.3d-base/build/
# !! Change <your user> to the correct path in the following command:
MET3D_HOME=~/home/<your user>/met.3d-base/met.3d MET3D_BASE=/home/<your user>~/met.3d-base ./Met3D

Using QtCreator within the conda envionment for development

...