Changes between Version 30 and Version 31 of Linux build instructions
- Timestamp:
- Jan 7, 2008 8:17:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v30 v31 18 18 * '''xsltproc''' (libxslt, XML style sheet processor) 19 19 20 * '''libxerces''' ( Xerces XML parser; the C++, not the Java version)20 * '''libxerces''' (only VBox version <= 1.5, Xerces XML parser; the C++, not the Java version!) 21 21 22 * '''libxalan''' (Xalan XSL library, depends on Xerces; again, the C++, not the Java version) 22 * '''libxalan''' (only VBox version <= 1.5, Xalan XSL library, depends on Xerces; again, the C++, not the Java version!) 23 24 * '''libxml2''' (only VBox version > 1.5, XML file handling) 23 25 24 26 * '''libXcursor''' (required to support color mouse pointers in guest) … … 30 32 * '''libSDL''' 31 33 32 * '''ALSA''' 34 * '''ALSA'''(audio backend) 33 35 34 * '''!PulseAudio''' 36 * '''!PulseAudio''' (audio backend) 35 37 36 * '''libhal''' 38 * '''libhal''' (detect host floppy and host DVD drive) 37 39 38 40 On 64-bit systems you need the following packages as well: … … 50 52 * '''g++-multilib''' (g++ support for i386) 51 53 52 53 54 On Debian-based systems, the following command should install the required packages: 54 55 56 * for VBox version <= 1.5: 55 57 {{{ 56 58 apt-get install gcc g++ bcc iasl xsltproc xalan libxalan110-dev uuid-dev \ … … 59 61 libhal-dev libpulse-dev 60 62 }}} 63 64 * for VBox version > 1.5: 65 {{{ 66 apt-get install gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \ 67 libsdl1.2-dev libxcursor-dev libqt3-headers libqt3-mt-dev \ 68 libasound2-dev libstdc++5 libhal-dev libpulse-dev libxml2-dev 69 }}} 70 61 71 62 72 On 64-bit Debian-based systems, the following command should install the required additional packages: