VirtualBox

Changes between Version 69 and Version 70 of Linux build instructions


Ignore:
Timestamp:
Feb 18, 2011 9:38:19 PM (13 years ago)
Author:
Frank Mehnert
Comment:

Removed instructions for very old VBox versions

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v69 v70  
    1313 * '''IASL''' (Intel ACPI compiler)
    1414 * '''xsltproc''' (libxslt, XML style sheet processor)
    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!)
    1715 * '''libxml2''' (required for ''VBox version >= 1.6'', XML file handling)
    1816 * '''libxslt1''' (required for ''VBox version >= 1.6'', XML file transformation)
    1917 * '''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'')
    2118 * '''Qt 4.x.y''' (with x >= 4, including the OpenGL part, required for ''VBox version > 3.0'')
    2219 * '''libIDL'''
     
    4441On Debian-based systems, the following command should install the required packages:
    4542
    46  * for VBox version < 1.6:
    47 {{{
    48 apt-get install gcc g++ bcc iasl xsltproc xalan libxalan110-dev uuid-dev \
    49                 zlib1g-dev libidl-dev libsdl1.2-dev libxcursor-dev \
    50                 libqt3-headers libqt3-mt-dev libasound2-dev libstdc++5 \
    51                 libhal-dev libpulse-dev linux-kernel-headers
    52 }}}
    53 
    54  * for VBox version >= 1.6 and version < 2.2:
    55 {{{
    56 apt-get install gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \
    57                 libsdl1.2-dev libxcursor-dev libqt3-headers libqt3-mt-dev \
    58                 libasound2-dev libstdc++5 libhal-dev libpulse-dev libxml2-dev \
    59                 libxslt1-dev python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \
    60                 linux-kernel-headers
    61 }}}
    62 
    63  * for ''VBox version >= 2.2'':
    6443{{{
    6544apt-get install gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \
     
    6948                libxmu-dev mesa-common-dev libglu1-mesa-dev \
    7049                linux-kernel-headers libcurl4-openssl-dev libpam0g-dev
    71 }}}
    72 
    73  * for ''VBox version >= 3.1'', the following packages have to be installed as well:
    74 {{{
    75 apt-get install libqt4-opengl-dev
    76 }}}
    77 
    78  * for ''VBox version >= 4.0'', the following packages have to be installed as well:
    79 {{{
    80 apt-get install makeself
     50                libqt4-opengl-dev makeself
    8151}}}
    8252
     
    188158Finally, you can start one of the frontends, e.g.
    189159{{{
    190 LD_LIBRARY_PATH=. ./VirtualBox
     160./VirtualBox
    191161}}}
    192 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, the binaries have RPATH set.

© 2023 Oracle
ContactPrivacy policyTerms of Use