X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fmingw%2Fsigrok-cross-mingw;h=e09be7d29cac8bc997e8911f5322c45b7930597b;hb=559be0ff71b4972999f869e04f9b26ab9911328b;hp=521f754288d8b018fea7a2992757989fcc61a781;hpb=cacb70bdc43d546f23d6bcea042ebc71f7011c85;p=sigrok-util.git diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index 521f754..e09be7d 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -118,16 +118,17 @@ cd .. ## # TODO: make install ## cd .. -# sigrok-gtk -git clone git://sigrok.org/sigrok-gtk -cd sigrok-gtk -./autogen.sh -PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C && make install -cd .. +# # sigrok-gtk +# git clone git://sigrok.org/sigrok-gtk +# cd sigrok-gtk +# ./autogen.sh +# PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C && make install +# cd .. # PulseView git clone git://sigrok.org/pulseview cd pulseview -LDFLAGS="-llzma -llcms" PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y . && make install +# TODO: Append (not prepend) "-llzma -llcms" to the linker. +PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y . && make install VERBOSE=1 cd ..