mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
17 lines
780 B
Bash
Executable File
17 lines
780 B
Bash
Executable File
#!/bin/bash -ex
|
|
#
|
|
# Copyright 2019 The Mumble Developers. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file at the root of the
|
|
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get -y install build-essential pkg-config qt5-default qttools5-dev-tools libqt5svg5-dev \
|
|
libboost-dev libssl-dev libprotobuf-dev protobuf-compiler \
|
|
libcap-dev libxi-dev \
|
|
libjack-jackd2-dev libasound2-dev libpulse-dev \
|
|
libogg-dev libsndfile1-dev libspeechd-dev \
|
|
libavahi-compat-libdnssd-dev libzeroc-ice-dev libg15daemon-client-dev \
|
|
zsync
|