Changes between Version 56 and Version 57 of Linux build instructions
- Timestamp:
- Mar 18, 2009 4:31:32 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v56 v57 8 8 9 9 * '''GCC 3.3.3 or later (except for the GCC 4.0.x series).''' GCC 4.3.3 is recommended. 10 11 10 * '''as86''' (real mode assembler, usually part of the ''dev86'' or ''bin86'' package.) 12 13 11 * '''bcc''' (Bruce Evans C Compiler; often part of the ''dev86'' package) 14 12 [[BR]] ''Note:'' The bcc compiler contained in openSUSE10.2 as part of dev86-0.16.0-218 is known to generate broken code. Unfortunately, ''bcc -v'' is not supported. 15 16 13 * '''IASL''' (Intel ACPI compiler) 17 18 14 * '''xsltproc''' (libxslt, XML style sheet processor) 19 20 15 * '''libxerces''' (only VBox version < 1.6, Xerces XML parser; the C++, not the Java version!) 21 22 16 * '''libxalan''' (only VBox version < 1.6, Xalan XSL library, depends on Xerces; again, the C++, not the Java version!) 23 24 17 * '''libxml2''' (only VBox version >= 1.6, XML file handling) 25 26 18 * '''libxslt1''' (only VBox version >= 1.6, XML file transformation) 27 28 19 * '''libXcursor''' (required to support color mouse pointers in guest) 29 30 20 * '''Qt 3.3.x''' (with x >= 5 if possible; only for VBox version <= 2.2.0) 31 32 21 * '''Qt 4.4.x''' (with x >= 3) 33 34 22 * '''libIDL''' 35 36 23 * '''libSDL''' 37 38 24 * '''ALSA''' (audio backend) 39 40 25 * '''!PulseAudio''' (audio backend) 41 42 26 * '''libhal''' (detect host floppy/DVD) 43 44 27 * '''libcap''' (CAP_NET_RAW for ICMP sockets in NAT) 45 46 28 * '''python2.5''' (Python bindings) 47 48 29 * '''gsoap''' (webservice API, 2.7.9f or higher) 49 50 30 * '''Xmu''' (for OpenGL) 51 52 31 * '''Mesa''' (for OpenGL) 53 32 54 33 On 64-bit systems you need the following packages as well: 55 56 34 * '''ia32-libs''' (various libraries needed for compiling the 32-bit guest additions) 57 58 35 * '''libc6-dev-i386''' (libc6 i386 development headers) 59 60 36 * '''lib32gcc1''' (gcc support for i386) 61 62 37 * '''gcc-multilib''' (gcc support for i386) 63 64 38 * '''lib32stdc++6''' (libstdc++ for i386) 65 66 39 * '''g++-multilib''' (g++ support for i386) 67 40