OS X development environment setup manual

Everything about development and the OpenMW source code.
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

OS X development environment setup manual

Post by corristo »

It's time to show you work-in-progress version of new manual for setting up development environment on Mac.
Here it is: https://gist.github.com/corristo/7112971

Please note that manual is so short because I created homebrew tap with dependencies. Consequently all dependencies can be installed using one simple command.

If you're a Mac user, please try that manual and report any issues you'll encounter.

Please use this branch for testing: https://github.com/corristo/openmw/tree/osx-fixes
I'll send a pull request to Zini ASAP, but I need to fix OpenCS launch first.

UPD: OS X fixes are now merged into 0.28 release branch
Last edited by corristo on 09 Jan 2014, 06:57, edited 1 time in total.
User avatar
nopoe
Posts: 112
Joined: 23 Dec 2012, 03:42
Location: CA, United States (UTC-8)

Re: OS X development environment setup manual

Post by nopoe »

I had an issue with this. Here's the output when trying to install with --verbose
http://pastebin.com/BeaRPAyG

Do you want to see the logs it mentions?
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OS X development environment setup manual

Post by corristo »

I'll check this out, thanks for the report.

Did Ogre build successfully before MyGUI?
User avatar
nopoe
Posts: 112
Joined: 23 Dec 2012, 03:42
Location: CA, United States (UTC-8)

Re: OS X development environment setup manual

Post by nopoe »

I'm not sure--total newbie to brew here. How would I check?
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OS X development environment setup manual

Post by corristo »

Code: Select all

$ brew list
User avatar
nopoe
Posts: 112
Joined: 23 Dec 2012, 03:42
Location: CA, United States (UTC-8)

Re: OS X development environment setup manual

Post by nopoe »

Here's the output:
cmake openmw-boost openmw-ogre18
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OS X development environment setup manual

Post by corristo »

Thanks, I'll try to reproduce this on clean mac.

Do you use default brew installation (i.e. in /usr/local ?)
User avatar
nopoe
Posts: 112
Joined: 23 Dec 2012, 03:42
Location: CA, United States (UTC-8)

Re: OS X development environment setup manual

Post by nopoe »

Yeah I used the defaults. BTW this is a hackintosh, but I don't think that should matter.
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OS X development environment setup manual

Post by psi29a »

nopoe wrote:Yeah I used the defaults. BTW this is a hackintosh, but I don't think that should matter.
What do you use? I've been fighting qemu/kvm to get a hackintosh up and running.
User avatar
nopoe
Posts: 112
Joined: 23 Dec 2012, 03:42
Location: CA, United States (UTC-8)

Re: OS X development environment setup manual

Post by nopoe »

I had a mac to run Unibeast on to get my bootable USB drive, so I don't think I can help with the part of the setup where you'd need a VM. I've heard people having success with VMware though.
Post Reply