VirtualBox

source: vbox/trunk/tools/bin/checkout-deb.sh@ 72770

Last change on this file since 72770 was 72768, checked in by vboxsync, 7 years ago

tools: create Debian checkout script and rename RPM one.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 655 bytes
Line 
1#!/bin/sh
2apt-get install chrpath g++ make iasl libidl-dev libsdl1.2-dev \
3 libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev doxygen \
4 libasound2-dev xsltproc libxml2-dev libxml2-utils unzip \
5 libxrandr-dev libxinerama-dev libcap-dev python-dev \
6 libxmu-dev libxcursor-dev libcurl4-openssl-dev libdevmapper-dev \
7 libvpx-dev qttools5-dev-tools libqt5opengl5-dev libqt5x11extras5-dev \
8 texlive texlive-latex-extra texlive-fonts-extra g++-multilib
9# Ubuntu only
10grep Ubuntu /etc/lsb-release 2>/dev/null >&2 &&
11 apt-get install linux-headers-generic
12# apt-get install wine linux-headers-`uname -r` # Not for chroot installs.
13
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette