Changes between Version 30 and Version 31 of Solaris build instructions
- Timestamp:
- Oct 1, 2009 7:48:04 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Solaris build instructions
v30 v31 28 28 * '''YASM 0.6.3+ or revision 2004+'''. This is currently included in the VirtualBox source tree. [[br]] The source: http://www.tortall.net/projects/yasm/wiki/Download 29 29 30 * '''libxerces''' ( Xerces XML parser; the C++, not the Java version). You'll probably have to build this yourself or see check ^1^. [[br]] The source: http://xerces.apache.org/xerces-c/download.cgi30 * '''libxerces''' (only VBox version < 1.6, Xerces XML parser; the C++, not the Java version). You'll probably have to build this yourself or see check ^1^. [[br]] The source: http://xerces.apache.org/xerces-c/download.cgi 31 31 32 * '''libxalan''' ( Xalan XSL library, depends on Xerces; again, the C++, not the Java version). You'll probably have to build this yourself or see check ^1^. [[br]] The source: http://xml.apache.org/xalan-c/download.html32 * '''libxalan''' (only VBox version < 1.6, Xalan XSL library, depends on Xerces; again, the C++, not the Java version). You'll probably have to build this yourself or see check ^1^. [[br]] The source: http://xml.apache.org/xalan-c/download.html 33 33 34 * '''Qt 3.3.x''' (with x >= 5 if possible). You'll have to build this yourself. [[br]] The source: ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.8.tar.bz2 [[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): 34 * '''libxml2''' (only VBox version >= 1.6, XML file handling) 35 36 * ''' libxslt1''' (only VBox version >= 1.6, XML file transformation) 37 38 * '''Qt 3.3.x''' (with x >= 5 if possible; only for VBox version <= 2.2.0). You'll have to build this yourself. [[br]] The source: ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.8.tar.bz2 [[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): 35 39 {{{ 36 40 ./configure -v -platform solaris-g++-64 -thread -shared -stl -largefile -tablet -sm -disable-sql \ … … 43 47 }}} 44 48 49 * '''Qt 4.x.y''' (with x >= 4 if possible) 45 50 46 51 * Doxygen 1.4.0+ - optional. [[br]] http://www.sunfreeware.com/programlistintel10.html#doxygen