[Automotive] What is the proper process for building for release with appman

Dominik Holland dominik.holland at pelagicore.com
Thu Sep 15 19:57:22 CEST 2016


Hi,

you might want to look at:

https://doc.qt.io/QtApplicationManager/appman-packager.html

for packaging the application and at:

https://doc-snapshots.qt.io/qtapplicationmanager/appman-controller.html

for installation. Note the snapshots in the url, as this points to the
latest version of the Documentation.

In general the application can be packaged on any computer, it doesn't
need to match the architecture where appman is running on. Only if you
need to load binaries like a QML plugin or a native application, this
needs to be available in the correct architecture.

Best
 Dominik

Am 15.09.16 um 18:26 schrieb Aras Balali Moghaddam:
> My target currently is a 64bit computer running Ubuntu 16.04. Is there
> any documentation on how to package and install my app for this target?
> Searching for application installer documentation takes me tothis API
> document
> <https://doc.qt.io/QtApplicationManager/qml-qtapplicationmanager-applicationinstaller.html#details>which
> makes me think I would have to write an installed app, is that right?
> 
> Can I package and install my app on target device just using the
> appman-* command line interface or do I need to write a special Qt
> program for installing my app on target?
> 
> Thanks for your help!
> Aras
> 
> On Thu, Sep 15, 2016 at 4:12 AM, Vlad Stelmahovsky
> <vladstelmahovsky at gmail.com <mailto:vladstelmahovsky at gmail.com>> wrote:
> 
>     yes, you need to package your app with packager and then deliver it
>     to target. How to install it on target depends on the target's specific
> 
>     br,
>     Vlad
> 
>     On Tue, Sep 13, 2016 at 12:31 AM, Aras Balali Moghaddam
>     <arasbm at gmail.com <mailto:arasbm at gmail.com>> wrote:
> 
>         Hi automotive and appman people,
> 
>         I am wondering what the proper procedure is for creating a
>         release distribution of an app that I am building that uses
>         application manager to run. I am confused with the
>         documentation. Do I need to use application package
>         <https://doc.qt.io/QtApplicationManager/installer.html>r? How
>         does one package and install the apps that run with appman on
>         production devices?
> 
>         Cheers,
>         Aras
> 
>         _______________________________________________
>         Automotive mailing list
>         Automotive at qt-project.org <mailto:Automotive at qt-project.org>
>         http://lists.qt-project.org/mailman/listinfo/automotive
>         <http://lists.qt-project.org/mailman/listinfo/automotive>
> 
> 
> 
> 
>     -- 
>     Best regards,
>     Vlad
> 
> 
> 
> 
> _______________________________________________
> Automotive mailing list
> Automotive at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/automotive
> 


More information about the Automotive mailing list