Changeset 73190 in vbox
- Timestamp:
- Jul 17, 2018 8:00:16 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tools/bin/prerequisites-deb.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/prerequisites-deb.sh
r73122 r73190 60 60 # distributions, but at the end everything needed should be there. 61 61 apt-get install -y chrpath g++ make iasl libidl-dev libsdl1.2-dev \ 62 libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev \ 63 libasound2-dev xsltproc libxml2-dev libxml2-utils unzip \ 64 libxrandr-dev libxinerama-dev libcap-dev python-dev \ 65 libxmu-dev libxcursor-dev libcurl4-openssl-dev libdevmapper-dev \ 62 libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev libasound2-dev \ 63 xsltproc libxml2-dev libxml2-utils unzip libxrandr-dev libxinerama-dev \ 64 libcap-dev python-dev libxmu-dev libxcursor-dev libdevmapper-dev \ 66 65 libvpx-dev g++-multilib libopus-dev || true 67 66 # Only install Qt5 on recent distributions 68 67 case "${DEBVER}" in 69 68 7*|8*|jessie*|stretch*) ;; 69 apt-get install -y libcurl3-openssl-dev || true 70 70 *) 71 71 apt-get install -y qttools5-dev-tools libqt5opengl5-dev \ 72 libqt5x11extras5-dev || true ;;72 libqt5x11extras5-dev libcurl4-openssl-dev || true ;; 73 73 esac 74 74 test -n "${WITHDOCS}" &&
Note:
See TracChangeset
for help on using the changeset viewer.

