comparison INSTALL @ 11:79771751d0dc

Fix project name in INSTALL
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 22 Mar 2016 16:45:51 +0100
parents 4926d626fe15
children 1470cb8a00a8
comparison
equal deleted inserted replaced
10:7f26b0293e1d 11:79771751d0dc
30 30
31 hg clone https://wald.intevation.org/hg/clickerconvert/ 31 hg clone https://wald.intevation.org/hg/clickerconvert/
32 32
33 Building the Software: 33 Building the Software:
34 34
35 cd retraceit 35 cd clickerconvert
36 mkdir build-native 36 mkdir build-native
37 cd build-native 37 cd build-native
38 cmake .. -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX 38 cmake .. -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX
39 39
40 For Microsoft Windows 40 For Microsoft Windows
80 80
81 Compile the software (assuming the source code is already checked out. If not 81 Compile the software (assuming the source code is already checked out. If not
82 please refer to the GNU/Linux build documentation how to obtain the source 82 please refer to the GNU/Linux build documentation how to obtain the source
83 code): 83 code):
84 84
85 cd <Path-to-retraceit-source> 85 cd <Path-to-clickerconvert-source>
86 mkdir build-windows 86 mkdir build-windows
87 cd build-windows 87 cd build-windows
88 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ 88 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/
89 cmake .. \ 89 cmake .. \
90 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ 90 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \
183 -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \ 183 -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \
184 -DCMAKE_VERBOSE_MAKEFILE=True 184 -DCMAKE_VERBOSE_MAKEFILE=True
185 make 185 make
186 make install 186 make install
187 187
188 The make install will create a retraceit.app in your $CUSTOM_PREFIX directory. 188 The make install will create a clickerconvert.app in your $CUSTOM_PREFIX directory.
189 This is the deployable application bundle 189 This is the deployable application bundle
190 190
191 You can now create a .dmg image for distribution: 191 You can now create a .dmg image for distribution:
192 192
193 mv clickerconvert.app ClickerConvert.app 193 mv clickerconvert.app ClickerConvert.app
194 hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder ClickerConvert.app \ 194 hdiutil create -ov -format UDZO -volname ClickerConvert -srcfolder ClickerConvert.app \
195 -o ClickerConvert.dmg -imagekey zlib-level=9 195 -o ClickerConvert.dmg -imagekey zlib-level=9
196 196
197 */ 197 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)