Changes between Version 20 and Version 21 of Solaris build instructions
- Timestamp:
- Oct 23, 2007 10:04:15 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Solaris build instructions
v20 v21 26 26 * '''libXcursor''' (required to support color mouse pointers in guest). Included with Solaris staring with build 74. For earlier builds, you'll have to built it yourself. [[br]] The source: http://ftp.x.org/pub/individual/lib/libXcursor-1.1.9.tar.bz2 27 27 28 * '''Qt 3.3.x''' (with x >= 5 if possible). You'll have to build this yourself. [[br]] The source s: 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):28 * '''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): 29 29 {{{ 30 30 ./configure -v -platform solaris-g++-64 -thread -shared -stl -largefile -tablet -sm -disable-sql \