VirtualBox

Changes between Version 30 and Version 31 of Linux build instructions


Ignore:
Timestamp:
Jan 7, 2008 8:17:00 AM (16 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v30 v31  
    1818 * '''xsltproc''' (libxslt, XML style sheet processor)
    1919
    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!)
    2121
    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)
    2325
    2426 * '''libXcursor''' (required to support color mouse pointers in guest)
     
    3032 * '''libSDL'''
    3133
    32  * '''ALSA'''
     34 * '''ALSA'''(audio backend)
    3335
    34  * '''!PulseAudio'''
     36 * '''!PulseAudio''' (audio backend)
    3537
    36  * '''libhal'''
     38 * '''libhal''' (detect host floppy and host DVD drive)
    3739
    3840On 64-bit systems you need the following packages as well:
     
    5052 * '''g++-multilib''' (g++ support for i386)
    5153
    52 
    5354On Debian-based systems, the following command should install the required packages:
    5455
     56 * for VBox version <= 1.5:
    5557{{{
    5658apt-get install gcc g++ bcc iasl xsltproc xalan libxalan110-dev uuid-dev \
     
    5961                libhal-dev libpulse-dev
    6062}}}
     63
     64 * for VBox version > 1.5:
     65{{{
     66apt-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
    6171
    6272On 64-bit Debian-based systems, the following command should install the required additional packages:

© 2023 Oracle
ContactPrivacy policyTerms of Use