#!/bin/sh # @file ## $Id: prerequisites-deb.sh 72787 2018-07-02 09:01:32Z vboxsync $ # Fetches prerequisites for Debian based GNU/Linux systems. # # # Copyright (C) 2018 Oracle Corporation # # This file is part of VirtualBox Open Source Edition (OSE), as # available from http://www.virtualbox.org. This file is free software; # you can redistribute it and/or modify it under the terms of the GNU # General Public License (GPL) as published by the Free Software # Foundation, in version 2 as it comes in the "COPYING" file of the # VirtualBox OSE distribution. VirtualBox OSE is distributed in the # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. # apt-get install chrpath g++ make iasl libidl-dev libsdl1.2-dev \ libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev doxygen \ libasound2-dev xsltproc libxml2-dev libxml2-utils unzip \ libxrandr-dev libxinerama-dev libcap-dev python-dev \ libxmu-dev libxcursor-dev libcurl4-openssl-dev libdevmapper-dev \ libvpx-dev qttools5-dev-tools libqt5opengl5-dev libqt5x11extras5-dev \ texlive texlive-latex-extra texlive-fonts-extra g++-multilib # Ubuntu only grep Ubuntu /etc/lsb-release 2>/dev/null >&2 && apt-get install linux-headers-generic # apt-get install wine linux-headers-`uname -r` # Not for chroot installs.