Changes between Version 53 and Version 54 of Linux build instructions
- Timestamp:
- Mar 16, 2009 10:04:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v53 v54 7 7 You need: 8 8 9 * '''GCC 3.3.3 or later (except for the GCC 4.0.x series) '''9 * '''GCC 3.3.3 or later (except for the GCC 4.0.x series). GCC 4.3.3 is recommended.''' 10 10 11 11 * '''as86''' (real mode assembler, usually part of the ''dev86'' or ''bin86'' package.) … … 48 48 * '''gsoap''' (webservice API, 2.7.9f or higher) 49 49 50 * '''Xmu''' (for OpenGL) 51 52 * '''Mesa''' (for OpenGL) 53 50 54 On 64-bit systems you need the following packages as well: 51 55 … … 85 89 libsdl1.2-dev libxcursor-dev libasound2-dev libstdc++5 \ 86 90 libhal-dev libpulse-dev libxml2-dev libxslt1-dev \ 87 python2.5-dev libqt4-dev qt4-dev-tools libcap-dev 91 python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \ 92 libxmu-dev mesa-common-dev libglu1-mesa-dev 88 93 }}} 89 94 … … 153 158 LD_LIBRARY_PATH=. ./VirtualBox 154 159 }}} 155 Note that the {{{LD_LIBRARY_PATH=.}}} is required because we have to find our {{{.so}}} files and the output directory is not in the system's library path.160 Note that the {{{LD_LIBRARY_PATH=.}}} is required for VBox version < 2.0 because we have to find our {{{.so}}} files and the output directory is not in the system's library path. Starting with VBox 2.0 our binaries have RPATH set.