Created
January 9, 2013 10:15
-
-
Save TheAnonymous/4492093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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