PDA

View Full Version : Installing QT application



sujan.dasmahapatra
11th November 2009, 06:05
Friends

I have an application develpoed in LINNUX platform. I have to make it ready for customers and install it in the customers PC. I am not able to make this package so that it becomes instabllable in PC.

for example i have in my application a file
main.cpp
after compiling main.cpp it creates an executable,e.g, main

Now supplying this executable to customer would not be sufficient but i have to install this application in customers PC...
How can I make it installable in LINUX based PCS

Any help would be appreciated..

yogeshgokul
11th November 2009, 06:22
Supplying only executable wont serve a purpose. You need to provide supporting libraries along-with. Please refer this document for deplyment.
http://doc.trolltech.com/4.5/deployment.html
For installers, I suggest you to use InstallJammer (http://www.installjammer.com/)