Changeset 72787 in vbox
- Timestamp:
- Jul 2, 2018 9:01:32 AM (6 years ago)
- Location:
- trunk/tools/bin
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/prerequisites-deb.sh
r72786 r72787 1 1 #!/bin/sh 2 # @file 3 ## $Id$ 4 # Fetches prerequisites for Debian based GNU/Linux systems. 5 # 6 7 # 8 # Copyright (C) 2018 Oracle Corporation 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License (GPL) as published by the Free Software 14 # Foundation, in version 2 as it comes in the "COPYING" file of the 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 18 2 19 apt-get install chrpath g++ make iasl libidl-dev libsdl1.2-dev \ 3 20 libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev doxygen \ -
trunk/tools/bin/prerequisites-rpm.sh
r72786 r72787 1 1 #!/bin/sh -e 2 # @file 3 ## $Id$ 4 # Fetches prerequisites for RPM based GNU/Linux systems. 5 # 2 6 3 7 #
Note:
See TracChangeset
for help on using the changeset viewer.