Page 1 of 1

MrMC on macOS Sierra

Posted: 19 Jan 2017, 16:43
by Lawful
Hello, thank you for accepting me. I'm new to this hobby. Is it any way to install MrMC in macOS Sierra? thank you. :)

Re: MrMC on macOS Sierra

Posted: 19 Jan 2017, 16:58
by davilla
Lawful wrote:Hello, thank you for accepting me. I'm new to this hobby. Is it any way to install MrMC in macOS Sierra? thank you. :)
MacOS is not officially supported. We do however use MrMC on OSX for development so it can be built and run under OSX. To get MrMC for OSX, you would have to self build it under Xcode.

Re: MrMC on macOS Sierra

Posted: 19 Jan 2017, 19:02
by Lawful
davilla wrote:
Lawful wrote:Hello, thank you for accepting me. I'm new to this hobby. Is it any way to install MrMC in macOS Sierra? thank you. :)
MacOS is not officially supported. We do however use MrMC on OSX for development so it can be built and run under OSX. To get MrMC for OSX, you would have to self build it under Xcode.
Thank you so much for your help. Is there any tutorial to do it? is it safe to do it if I don't know Xcode? thanks again. :)

Re: MrMC on macOS Sierra

Posted: 19 Jan 2017, 19:57
by davilla
Lawful wrote:
davilla wrote:
Lawful wrote:Hello, thank you for accepting me. I'm new to this hobby. Is it any way to install MrMC in macOS Sierra? thank you. :)
MacOS is not officially supported. We do however use MrMC on OSX for development so it can be built and run under OSX. To get MrMC for OSX, you would have to self build it under Xcode.
Thank you so much for your help. Is there any tutorial to do it? is it safe to do it if I don't know Xcode? thanks again. :)
well, I would not recommend diving into coding if you have never done it. Lots of ways for epic fail :)

basically, checkout MrMC from github.
compile depends with ./configure --host=x86_64-apple-darwin --with-tarballs=/Users/Shared/tarballs --prefix=/Users/Shared/mrmc-depends

make xcode_depends, then build from xcode. There are two readme's docs/README.osx and tools/depends/README

Re: MrMC on macOS Sierra

Posted: 20 Jan 2017, 00:13
by Lawful
davilla wrote:
Lawful wrote:
davilla wrote:
MacOS is not officially supported. We do however use MrMC on OSX for development so it can be built and run under OSX. To get MrMC for OSX, you would have to self build it under Xcode.
Thank you so much for your help. Is there any tutorial to do it? is it safe to do it if I don't know Xcode? thanks again. :)
well, I would not recommend diving into coding if you have never done it. Lots of ways for epic fail :)

basically, checkout MrMC from github.
compile depends with ./configure --host=x86_64-apple-darwin --with-tarballs=/Users/Shared/tarballs --prefix=/Users/Shared/mrmc-depends

make xcode_depends, then build from xcode. There are two readme's docs/README.osx and tools/depends/README
Thank you Sr... I better stay out of trouble. :D