Changeset 73341 in vbox for trunk/tools/bin
- Timestamp:
- Jul 24, 2018 8:12:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/prerequisites-deb.sh
r73190 r73341 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 libasound2-dev \ 63 xsltproc libxml2-dev libxml2-utils unzip libxrandr-dev libxinerama-dev \ 64 libcap-dev python-dev libxmu-dev libxcursor-dev libdevmapper-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 \ 65 66 libvpx-dev g++-multilib libopus-dev || true 66 67 # Only install Qt5 on recent distributions 67 68 case "${DEBVER}" in 68 69 7*|8*|jessie*|stretch*) ;; 69 apt-get install -y libcurl3-openssl-dev || true70 70 *) 71 71 apt-get install -y qttools5-dev-tools libqt5opengl5-dev \ 72 libqt5x11extras5-dev libcurl4-openssl-dev|| true ;;72 libqt5x11extras5-dev || true ;; 73 73 esac 74 74 test -n "${WITHDOCS}" &&
Note:
See TracChangeset
for help on using the changeset viewer.