I´m sorry.
I´m new in the field of distributing applications. I´ll try to build a source with configure support in the future.
In this project I used the QT´z qmake technology.
Does the binary work for you. I tried to compile it for the i486 platform.
With your source I cannot compilre a RPM following the rule ./configure/make/make install.....It's not a standard
Suggest to follow this procedure or indicate the procedure to follow for creation a RPM...
It's not a solution to invite windows users to come on LINUX system
Ratings & Comments
5 Comments
I´m sorry. I´m new in the field of distributing applications. I´ll try to build a source with configure support in the future. In this project I used the QT´z qmake technology. Does the binary work for you. I tried to compile it for the i486 platform.
I never install if I cannot create a RPM version for my distribution SuSE. Sorry
With your source I cannot compilre a RPM following the rule ./configure/make/make install.....It's not a standard Suggest to follow this procedure or indicate the procedure to follow for creation a RPM... It's not a solution to invite windows users to come on LINUX system
On a SuSE 10.2 qmake -unix -o Makefile xinestarter.pro uic: File generated with too old version of Qt Designer
Hi, you try to compile against qt4. Use /usr/lib/qt3/bin/qmake. Greetings m0nk