Versions Compared

Key

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

...

  • If you have a module system, please ensure that before you start, gcc,cmake,python2,python3,etc are available in $PATH.

    Code Block
    module load gnu
    module load cmake
    # module load python add this later when building python2
    module load python3
    module load qt
    


...