-
Notifications
You must be signed in to change notification settings - Fork 748
Deploying Linux to Linux
therecipe edited this page Oct 9, 2018
·
5 revisions
-
Install the official version of Qt
-
Deploy your application
qtdeploy build desktop
You should find your deployed application inside the deploy
subfolder.
Please use the *.sh
file to start your application.
-
Deploy your application
qtdeploy build desktop
You should find your deployed application inside the deploy
subfolder.
-
Install Docker: https://store.docker.com/search?offering=community&type=edition or using a package manager
-
If necessary run docker as root
-
Pull the target image
docker pull therecipe/qt:linux
- Deploy your application
qtdeploy -docker build linux
You should find your deployed application inside the deploy
subfolder.
Please use the *.sh
file to start your application.