Changes between Version 83 and Version 84 of Linux build instructions
- Timestamp:
- Jun 3, 2013 11:42:42 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v83 v84 67 67 }}} 68 68 69 On Fedora (tested with 17), the following should do: 70 {{{ 71 yum install gcc-c++ libcap-devel libcurl-devel libIDL-devel libstdc++-static \ 72 libxslt-devel libXmu-devel openssl-devel pam-devel pulseaudio-libs-devel \ 73 python-devel qt-devel SDL_ttf-devel SDL-static texlive-latex wine-core \ 74 device-mapper-devel wget subversion subversion-gnome kernel-devel \ 75 glibc-static zlib-static glibc-devel.i686 libstdc++.i686 libpng-devel 76 }}} 77 78 To get the beramono.sty LaTeX style which is missing in Fedora (thanks to [http://forums.virtualbox.org/viewtopic.php?f=31&t=35892 Perry]): 79 {{{ 80 cd /usr/share/texmf/tex/latex/ 81 mkdir bera 82 cd bera/ 83 wget http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/bera/beramono.sty 84 texhash 85 }}} 86 69 87 On Gentoo, the following should do: 70 88 {{{ … … 74 92 75 93 Note that !VirtualBox makes use of YASM as its assembler which is part of the source repository as the currently available releases of YASM contain various bugs. As soon as a working release becomes officially available, we will add YASM to the list of prerequisites. 94 95 == Special tweaks for 64 bit binaries == 76 96 77 97 Building on a '''64bit''' host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit. Note that on 64bit Ubuntu systems some links to shared libraries are missing. This can be fixed with