Details
Description
you can't execute the tutuorial as decribed in docs, libinstaller is missing
reproduce it:
git clone ....
cd installer-framework
$STATICQTDIR/bin/qmake -r ; make -j 32
cd examples/tutorial
cd packages/com.vendor.product
$STATICQTDIR/bin/lrelease de_de.ts
cd ../..
../../bin/binarycreator -c config/config.xml -p packages/ YourInstaller --include com.vendor.product
libinstaller.so not found....
no workaround:
LD_LIBRARY_PATH=../../lib ../../bin/binarycreator -c config/config.xml -p packages/ YourInstaller --include com.vendor.product
ldd YourInstaller
shows you the libinstaller.so as dependency, not good for delivering..
use the attached patch... the lib is static, the tools link the lib statically, the installer has no libinstaller deps..
Regards
Konrad