Run qt App on clear Debian
-
Hi,
I wrote simple application on my Debian with Qt Creator.
What should I do to run my application in other clear Debian ? Is any simple way? What should I do install ? -
Hi,
Create a deb package where you set all the dependencies of your application.
-
I have not used this,so I execute next steps on internet based knowledge:
- Copied my build project (*Release) to
/home/developer/deploy_appdirectory - Changed name copied directory to
modbustest_1 - Opened terminal inside in
modbustest_1 - Then execute:
dh_make -s -c gpl -p modbustest_1 --createorig
And I get result:
developer@devOS:~/deploy_app/modbustest_1$ dh_make -s -c gpl -p modbustest_1 --createorig Maintainer Name : developer Email-Address : developer@unknown Date : Sat, 31 Dec 2022 10:15:49 +0100 Package Name : modbustest Version : 1 License : gpl2 Package Type : single Are the details correct? [Y/n/q] Done. Please edit the files in the debian/ subdirectory now.And now ?
- Copied my build project (*Release) to
-
What do you mean by what now ?
Continue to follow the procedure