Versions Compared

Key

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

...

For the installation of the basic LSST packages, please check for additional requirements or known problems here: https://pipelines.lsst.io/install/newinstall.html  and then follow a similar process to start the installation of the LSST build system. 

WarningNote: the pipelines.lsst.io instructions will tell you to run In the past we have warned you against running newinstall.sh with the `-t` flag.  This , which enables installation of the software packages as binariesDM binary buildsThis process is not safe for lsst_sims.  It ships GalSim (an lsst_sims dependency) in an unusable state.  Please That is no longer a concern.  `lsst_sims` will build against DM binaries.  Feel free to run newinstall.sh without the with `-t` flag as shown below.  You will then be installing from source, which can be time-consuming, but is more likely to leave you with a working version of lsst_simsenabled.

Code Block
cd ~/lsst
curl -OL https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh
bash newinstall.sh -3

...