Mercurial > retraceit
comparison INSTALL @ 70:3039cafdabfd
Simplify make command for OSX
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 26 May 2015 12:44:42 +0200 |
parents | 689c82e7d07e |
children | 05723d818e76 |
comparison
equal
deleted
inserted
replaced
69:689c82e7d07e | 70:3039cafdabfd |
---|---|
115 -no-directfb -no-kms -no-openssl -no-glib \ | 115 -no-directfb -no-kms -no-openssl -no-glib \ |
116 -no-nis -no-libjpeg -qt-libpng \ | 116 -no-nis -no-libjpeg -qt-libpng \ |
117 -qt-zlib -no-gif -no-xinput2 -opensource -confirm-license \ | 117 -qt-zlib -no-gif -no-xinput2 -opensource -confirm-license \ |
118 -prefix $CUSTOM_PREFIX -no-framework | 118 -prefix $CUSTOM_PREFIX -no-framework |
119 | 119 |
120 make -j `sysctl hw.ncpu | cut -f 2 -d " "` | 120 make -j `sysctl -n hw.ncpu` |
121 make install | 121 make install |
122 | 122 |
123 Download mercurial: | 123 Download mercurial: |
124 | 124 |
125 wget https://mercurial.selenic.com/mac/binaries/Mercurial-3.4-py2.7-macosx10.10.zip | 125 wget https://mercurial.selenic.com/mac/binaries/Mercurial-3.4-py2.7-macosx10.10.zip |