Yorgos Pagles wrote:
> Thanks for the reply,
> I can patch the respective sources in the package of QtJambi 4.4.0. 
> <http://4.4.0.> What I would need is instructions to build the binary 
> package of QtJambi in the exact same way the binary package that is 
> officially released by Trolltech is built and packaged. Have such 
> instructions been posted somewhere online? What I have found are the 
> configuration flags as well as indications that I should tweek the build 
> and packaging process a bit. It would also make a great blog entry in 
> the labs blog ;-)

Hi Yorgos,

The way to build Qt is outlined here:
http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/qtjambi-installation.html#building-qt-for-qt-jambi

The exact build commands for the platforms are listed below:

Windows:
 > configure -no-qt3support -release -shared -no-vcproj -no-dsp -D 
QT_JAMBI_BUILD -plugin-manifests

Linux:
 > configure -no-qt3support -release -shared -prefix $PWD 
-no-sql-sqlite2 -no-mmx -no-3dnow -no-sse -no-sse2 -D QT_JAMBI_BUILD

Mac:
 > ./configure -fast -universal -no-framework -no-qt3support -release 
-no-rpath -shared -no-dbus -prefix $PWD -sdk 
/Developer/SDKs/MacOSX10.4u.sdk -D QT_JAMBI_BUILD


_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to