comparison INSTALL @ 71:05723d818e76

Document OSX localization build
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 26 May 2015 12:44:58 +0200
parents 3039cafdabfd
children f5bf9b7bc332
comparison
equal deleted inserted replaced
70:3039cafdabfd 71:05723d818e76
118 -prefix $CUSTOM_PREFIX -no-framework 118 -prefix $CUSTOM_PREFIX -no-framework
119 119
120 make -j `sysctl -n hw.ncpu` 120 make -j `sysctl -n hw.ncpu`
121 make install 121 make install
122 122
123 cd .. && \
124 cd qttools/src/designer/src/uitools && \
125 qmake && \
126 make -j `sysctl -n hw.ncpu` && \
127 make install
128
129 cd ../../../linguist && \
130 qmake && \
131 make -j `sysctl -n hw.ncpu` && \
132 make install
133
134
123 Download mercurial: 135 Download mercurial:
124 136
125 wget https://mercurial.selenic.com/mac/binaries/Mercurial-3.4-py2.7-macosx10.10.zip 137 wget https://mercurial.selenic.com/mac/binaries/Mercurial-3.4-py2.7-macosx10.10.zip
126 shasum Mercurial-3.4-py2.7-macosx10.10.zip 138 shasum Mercurial-3.4-py2.7-macosx10.10.zip
127 139
162 The make install will create a retraceit.app in your $CUSTOM_PREFIX directory. 174 The make install will create a retraceit.app in your $CUSTOM_PREFIX directory.
163 This is the deployable application bundle 175 This is the deployable application bundle
164 176
165 You can now create a .dmg image for distribution: 177 You can now create a .dmg image for distribution:
166 178
167 mv $CUSTOM_PREFIX/retraceit.app $CUSTOM_PREFIX/RetraceIT.app 179 mv retraceit.app RetraceIT.app
168 hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder RetraceIT.app \ 180 hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder RetraceIT.app \
169 -o RetraceIT.dmg -imagekey zlib-level=9 181 -o RetraceIT.dmg -imagekey zlib-level=9
170 182
171 */ 183 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)