Changes between Version 43 and Version 44 of Solaris build instructions
- Timestamp:
- Oct 13, 2012 12:58:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Solaris build instructions
v43 v44 34 34 * '''libxslt'''. This ships with Solaris. 35 35 36 * '''Qt 4.7. 3'''. You'll have to build this yourself. [[br]] The source: ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz [[br]] [[br]] Make sure '''QTDIR''' environment variable is pointing to the Qt installation and that the shared libraries can be found. [[br]] Configure example (not the {{{-I}}} options for odd include locations):36 * '''Qt 4.7.4'''. You'll have to build this yourself. [[br]] The source: ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz [[br]] [[br]] Make sure '''QTDIR''' environment variable is pointing to the Qt installation and that the shared libraries can be found. [[br]] Configure example (not the {{{-I}}} options for odd include locations): 37 37 {{{ 38 38 ./configure -v -platform solaris-g++-64 -thread -shared -stl -largefile -tablet -sm -disable-sql \