PDA

View Full Version : Creating a STANDALONE aplication



Alienxs
16th August 2006, 23:27
hi what's new? i desing an application using QT libraries an a KDevelop on FEDORA CORE 4 now a i want to create some kind of .exe for linux i mean i wanna make my application independent from any linux distribution where using my application i read something about an STANDALONE application and makefile command but i really dont know
if anyone could help me please

jacek
16th August 2006, 23:33
It won't be that easy:

http://blogs.qtdeveloper.net/archives/2006/05/09/deploying-qt-applications-on-linux/
http://blogs.qtdeveloper.net/archives/2006/02/10/distributing-qt-based-binaries-on-linux/

BTW. Is it a KDE-based application or a pure Qt one?

Alienxs
17th August 2006, 04:43
its a kde based application i will check those hypervin but if you could tell me more about it please

jacek
17th August 2006, 16:23
its a kde based application
In that case the simpliest solution is to distribute the source code and binary packages for most popular distributions. Each Linux distribution has its own policies and may use different versions of libraries, so one executable might not run on all of them (not mentioning that Linux runs on many different platforms).

Alienxs
17th August 2006, 17:02
Man thanks a lot for that information it was reallu really very useful to me