Last active
June 13, 2018 16:39
-
-
Save ndevenish/3edcff636bc750590d7474fa70b06db0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir modules | |
git clone https://github.com/benjaminhwilliams/cctbx_project.git modules/cctbx_project | |
ln -s modules/cctbx_project/libtbx/auto_build/bootstrap.py | |
python bootstrap.py --builder=dials hot base update build | |
cd modules/cctbx_project/ && \ | |
git remote set-url origin [email protected]:cctbx/cctbx_project.git && \ | |
git fetch && \ | |
git reset --hard origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment