Skip to content

Instantly share code, notes, and snippets.

@TheAnonymous
Created January 9, 2013 10:15
Show Gist options
  • Save TheAnonymous/4492093 to your computer and use it in GitHub Desktop.
Save TheAnonymous/4492093 to your computer and use it in GitHub Desktop.
git clone git://github.com/mumble-voip/mumble.git mumble
cd mumble
git submodule init
git submodule update
git checkout --track -b master origin/master
qmake CONFIG+=no-server CONFIG+=nog15 CONFIG+=no-bundled-celt CONFIG+=no-upate CONFIG+=static main.pro -recursive
make -j50 //Falls es Fehler gibt nochmal mit "make -j1" posten damit Fehler in richtiger Reihenfolge sind
//Wenn erfolgreich in Verzeichnis release gehen und dort sollte mumble liegen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment