VirtualBox

Changes between Version 62 and Version 63 of Linux build instructions


Ignore:
Timestamp:
Oct 5, 2009 7:58:08 AM (15 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v62 v63  
    77You need:
    88
    9  * '''GCC 3.3.3 or later (except for the GCC 4.0.x series).''' GCC 4.3.3 is recommended.
     9 * '''GCC 3.3.3 or later (except for the GCC 4.0.x series).''' GCC 4.4.1 is recommended.
    1010 * '''as86''' (real mode assembler, usually part of the ''dev86'' or ''bin86'' package.)
    1111 * '''bcc''' (Bruce Evans C Compiler; often part of the ''dev86'' package)
     
    1515 * '''libxerces''' (only VBox version < 1.6, Xerces XML parser; the C++, not the Java version!)
    1616 * '''libxalan''' (only VBox version < 1.6, Xalan XSL library, depends on Xerces; again, the C++, not the Java version!)
    17  * '''libxml2''' (only VBox version >= 1.6, XML file handling)
    18  * '''libxslt1''' (only VBox version >= 1.6, XML file transformation)
     17 * '''libxml2''' (required for VBox version >= 1.6, XML file handling)
     18 * '''libxslt1''' (required for VBox version >= 1.6, XML file transformation)
    1919 * '''libXcursor''' (required to support color mouse pointers in guest)
    2020 * '''Qt 3.3.x''' (with x >= 5 if possible; only for VBox version <= 2.2.0)
     
    2626 * '''libhal''' (detect host floppy/DVD)
    2727 * '''libcap''' (CAP_NET_RAW for ICMP sockets in NAT)
    28  * '''python2.5''' (Python bindings)
    29  * '''gsoap''' (webservice API, 2.7.9f or higher)
     28 * '''python2.5''' or '''python2.6''' (Python bindings)
     29 * '''gsoap''' (webservice API, version 2.7.9f or higher)
    3030 * '''Xmu''' (for OpenGL)
    3131 * '''Mesa''' (for OpenGL)
     32 * '''cURL''' (version 7.16.1 or higher, required for VBox version >= 3.0)
    3233
    3334On 64-bit systems you need the following packages as well:
     
    6566                python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \
    6667                libxmu-dev mesa-common-dev libglu1-mesa-dev \
    67                 linux-kernel-headers
     68                linux-kernel-headers libcurl4-openssl-dev
    6869}}}
    6970

© 2023 Oracle
ContactPrivacy policyTerms of Use