Framework Installer and libraries
-
Hello everybody. I'm developing an application for RaspBerry PI 4. I was playing with the QT Framework Installer and I correctly made the installer for mine QT application. Now I've a little problem. My application requires some libraries that must be installed before the execution of the app like "WiringPI" and others. How can I run the installer of them? The main problem of this, I think is that WiringPi requires to compile and run the source code (I don't know how to be more clear). Look this repo: https://github.com/WiringPi/WiringPi you need to run the "build" script to install that. How can I reach this goal with the Installer Framework? Thanks.
-
@Giridhar said in Framework Installer and libraries:
Hello everybody. I'm developing an application for RaspBerry PI 4. I was playing with the QT Framework Installer and I correctly made the installer for mine QT application. Now I've a little problem. My application requires some libraries that must be installed before the execution of the app like "WiringPI" and others. How can I run the installer of them? The main problem of this, I think is that WiringPi requires to compile and run the source code (I don't know how to be more clear). Look this repo: https://github.com/WiringPi/WiringPi you need to run the "build" script to install that. How can I reach this goal with the Installer Framework? Thanks.
I solved looking into the doc. Before I couldn't find what I was looking for.