VirtualBox

Changes between Version 53 and Version 54 of Linux build instructions


Ignore:
Timestamp:
Mar 16, 2009 10:04:00 AM (15 years ago)
Author:
Frank Mehnert
Comment:

OpenGL for Debian

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v53 v54  
    77You need:
    88
    9  * '''GCC 3.3.3 or later (except for the GCC 4.0.x series)'''
     9 * '''GCC 3.3.3 or later (except for the GCC 4.0.x series). GCC 4.3.3 is recommended.'''
    1010
    1111 * '''as86''' (real mode assembler, usually part of the ''dev86'' or ''bin86'' package.)
     
    4848 * '''gsoap''' (webservice API, 2.7.9f or higher)
    4949
     50 * '''Xmu''' (for OpenGL)
     51
     52 * '''Mesa''' (for OpenGL)
     53
    5054On 64-bit systems you need the following packages as well:
    5155
     
    8589                libsdl1.2-dev libxcursor-dev libasound2-dev libstdc++5 \
    8690                libhal-dev libpulse-dev libxml2-dev libxslt1-dev \
    87                 python2.5-dev libqt4-dev qt4-dev-tools libcap-dev
     91                python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \
     92                libxmu-dev mesa-common-dev libglu1-mesa-dev
    8893}}}
    8994
     
    153158LD_LIBRARY_PATH=. ./VirtualBox
    154159}}}
    155 Note that the {{{LD_LIBRARY_PATH=.}}} is required because we have to find our {{{.so}}} files and the output directory is not in the system's library path.
     160Note 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 our binaries have RPATH set.

© 2023 Oracle
ContactPrivacy policyTerms of Use