VirtualBox

Changes between Version 65 and Version 66 of Linux build instructions


Ignore:
Timestamp:
Jul 21, 2010 8:03:05 AM (14 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v65 v66  
    1313 * '''IASL''' (Intel ACPI compiler)
    1414 * '''xsltproc''' (libxslt, XML style sheet processor)
    15  * '''libxerces''' (only VBox version < 1.6, Xerces XML parser; the C++, not the Java version!)
    16  * '''libxalan''' (only VBox version < 1.6, Xalan XSL library, depends on Xerces; again, the C++, not the Java version!)
    17  * '''libxml2''' (required for VBox version >= 1.6, XML file handling)
    18  * '''libxslt1''' (required for VBox version >= 1.6, XML file transformation)
    19  * '''libXcursor''' (required to support color mouse pointers in guest)
    20  * '''Qt 3.3.x''' (with x >= 5 if possible; only for VBox version <= 2.2.0)
    21  * '''Qt 4.x.y''' (with x >= 4), including the OpenGL part
     15 * '''libxerces''' (only required for ''VBox version < 1.6'', Xerces XML parser; the C++, not the Java version!)
     16 * '''libxalan''' (only required for ''VBox version < 1.6'', Xalan XSL library, depends on Xerces; again, the C++, not the Java version!)
     17 * '''libxml2''' (required for ''VBox version >= 1.6'', XML file handling)
     18 * '''libxslt1''' (required for ''VBox version >= 1.6'', XML file transformation)
     19 * '''libXcursor''' (required to support color mouse pointers in the guest)
     20 * '''Qt 3.3.x''' (with x >= 5 if possible; required for VBox version <= 2.2.0)
     21 * '''Qt 4.x.y''' (with x >= 4, including the OpenGL part, required for ''VBox version > 3.0'')
    2222 * '''libIDL'''
    23  * '''libSDL'''
     23 * '''libSDL''' (SDL frontend)
    2424 * '''ALSA''' (audio backend)
    2525 * '''!PulseAudio''' (audio backend)
    2626 * '''libhal''' (detect host floppy/DVD)
    2727 * '''libcap''' (CAP_NET_RAW for ICMP sockets in NAT)
     28 * '''libpam0g''' (PAM support for the guest additions, required for ''VBox version >= 3.2.0'')
    2829 * '''python2.5''' or '''python2.6''' (Python bindings)
    2930 * '''gsoap''' (webservice API, version 2.7.9f or higher)
     
    5960}}}
    6061
    61  * for VBox version >= 2.2:
     62 * for ''VBox version >= 2.2'':
    6263{{{
    6364apt-get install gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \
     
    6667                python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \
    6768                libxmu-dev mesa-common-dev libglu1-mesa-dev \
    68                 linux-kernel-headers libcurl4-openssl-dev \
    69                 libpam0g-dev
     69                linux-kernel-headers libcurl4-openssl-dev libpam0g-dev
    7070}}}
    7171
    72  * for VBox version >= 3.1, the following packages have to be installed as well:
     72 * for ''VBox version >= 3.1'', the following packages have to be installed as well:
    7373{{{
    7474apt-get install libqt4-opengl-dev

© 2023 Oracle
ContactPrivacy policyTerms of Use