comparison build.sh @ 77:056ddb71a310

Fix Brace escaping in sed command
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 16:33:46 +0000
parents 92f523997086
children aec9008c3b30
comparison
equal deleted inserted replaced
76:63b79d135631 77:056ddb71a310
23 -DCMAKE_VERBOSE_MAKEFILE=True 23 -DCMAKE_VERBOSE_MAKEFILE=True
24 nice make -j8 24 nice make -j8
25 cd .. 25 cd ..
26 26
27 # Note: qt5 plugins have .lib suffix 27 # Note: qt5 plugins have .lib suffix
28 # find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/([a-z]*)\.lib/\/lib\1\.a/g' 28 # find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g'
29 # Also they need to have a lib prefixed... 29 # Also they need to have a lib prefixed...
30 # Then there is a bogous call _qt5gui_find_extra_libs(OPENGL "glu32;opengl32;gdi32;user32" "" "") 30 # Then there is a bogous call _qt5gui_find_extra_libs(OPENGL "glu32;opengl32;gdi32;user32" "" "")
31 # where the first "" has to be replaced by your windows prefix. e.g. 31 # where the first "" has to be replaced by your windows prefix. e.g.
32 # /home/andre/ubuntu/src/mxe/usr/i686-w64-mingw32.static/lib 32 # /home/andre/ubuntu/src/mxe/usr/i686-w64-mingw32.static/lib
33 # if this does not work you can omment out the line altogether 33 # if this does not work you can omment out the line altogether

http://wald.intevation.org/projects/trustbridge/