Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build directions not in readme #2991

Closed
BerndtSam opened this issue Mar 31, 2017 · 3 comments
Closed

Build directions not in readme #2991

BerndtSam opened this issue Mar 31, 2017 · 3 comments

Comments

@BerndtSam
Copy link

BerndtSam commented Mar 31, 2017

Hey, I'm trying to build mumble from your repository on Mac OSX Yosemite v10.10.5. What is the actual process to follow to do this?

Normally this information would be in the README, but I fail to see them there.

I've followed the wiki page: https://wiki.mumble.info/wiki/BuildingMacOSX, however, the files it says exists don't and thus I'm at a stand still.

Any information you can provide would be amazing.

Thanks!

@mkrautz
Copy link
Contributor

mkrautz commented Mar 31, 2017

Hi,

Sorry, the wiki is out of date right now.

The correct paths are:

$ cd mumble-releng/buildenv/1.3.x/osx
$ ./setup.command
$ source /MumbleBuild/path/to/the/build/env
$ cd ~/path/to/mumble
$ qmake -recursive -Wall main.pro CONFIG+="release static"
$ make

You can also build via Homebrew...
Depending on where you've installed Homebrew (typically /usr/local, which is what I've used below):

$ brew install qt5 libogg libvorbis flac libsndfile protobuf openssl ice
$ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
$ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
$ export PATH=$PATH:/usr/local/opt/qt5/bin:/usr/local/bin
$ export MUMBLE_PREFIX=/usr/local
$ export MUMBLE_ICE_PREFIX=/usr/local/opt/ice
$ qmake -recursive -Wall CONFIG+="release"
$ make

Hope it helps.

@Kissaki
Copy link
Member

Kissaki commented Apr 6, 2017

While the README does not mention building, the INSTALL file does, pointing to the wiki page you mentioned as well.

@Krzmbrzl
Copy link
Member

Linking this to #3942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants