-
-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling mumble 1.4.0 plugin branch from krzmbrzl on a debian testing (bullseye) system
Benedikt Hallinger edited this page Apr 17, 2021
·
5 revisions
ℹ️ NOTE: the pull request was merged into mumbles mainline, so you can use mumbles main GIT repository.
Install prerequisites as root:
apt-get install build-essential pkg-config qttools5-dev g++-multilib libssl-dev protobuf-c-compiler libpoco-dev
apt-get install libluajit-5.1-dev protobuf-c-compiler libprotobuf-c-dev libssl-dev libopus-dev libev-dev
Build as ordinary user:
# Get GIT source (needed only the first time)
git clone https://github.com/mumble-voip/mumble
# update repo
cd mumble
git pull
# Build
[ -d build ] && rm -rf build
mkdir build
cd build
cmake ..
make clean && make
After that, install fgcom-mumble (or copy the fgcom-mumble.so
manually to build/plugins/
):
build$ ./mumble ../../FGCom-mumble/fgcom-mumble-client-binOnly-0.7.0.zip
Then start mumble (build$ ./mumble
), activate the plugin from mumbles settings dialog and connect to the server. You should be ready to go!