Environ v3.0 and up
Installing
From Environ root
make -jN compile
Note
N is the number of cores to use in parallel for compilation. If issues arise, use N = 1
From QE root, or QE/build if configured with cmake
make -jN <package>
Note
Environ supports the following QE packages: PW, CP, TDDFPT, XSpectra, and NEB
Uninstalling
From Environ root
make clean
To also remove the configuration files
make veryclean