TES3MP on Mac OS X

Everything having to do with OpenMW's TES3MP branch.
Post Reply
AP1
Posts: 6
Joined: 15 Apr 2024, 05:05

TES3MP on Mac OS X

Post by AP1 »

Hi. How can I run this on a Mac. I attempted the beforeinstall and beforescript scripts. I got this error on the second one. If I don't actually need to build myself, that would be ideal.

-- Configuring OpenMW...
-- RakNet_INCLUDES-NOTFOUND
-- RakNet_LIBRARY_RELEASE-NOTFOUND
CMake Error at cmake/FindRakNet.cmake:74 (MESSAGE):
Could not find RakNet
Call Stack (most recent call first):
CMakeLists.txt:199 (find_package)

Thanks.
User avatar
Mantar
Posts: 40
Joined: 17 Jul 2020, 23:32

Re: TES3MP on Mac OS X

Post by Mantar »

It says it can't find an installed copy of Raknet, which is a VR library. I'm pretty sure that's optional, so it shouldn't be failing because of that. Strange.
AP1
Posts: 6
Joined: 15 Apr 2024, 05:05

Re: TES3MP on Mac OS X

Post by AP1 »

Maybe a modified script is needed? I wouldn't know where to go about doing such things. There are instructions for windows users but not mac users. I could use some detailed instructions or not have to compile myself. I'll do my best though.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: TES3MP on Mac OS X

Post by psi29a »

RakNet is a cross platform, open source, C++ networking engine for game programmers.

https://github.com/facebookarchive/RakNet
backlabs1
Posts: 2
Joined: 13 Apr 2024, 03:03

Re: TES3MP on Mac OS X

Post by backlabs1 »

See https://github.com/samkaufman/tes3mp-mac-pkg, and the macOS build available there under Releases.
AP1
Posts: 6
Joined: 15 Apr 2024, 05:05

Re: TES3MP on Mac OS X

Post by AP1 »

I'll try that. I didn't see a DMG file, but if I don't find it I'll try their instructions. Thanks.
backlabs1
Posts: 2
Joined: 13 Apr 2024, 03:03

Re: TES3MP on Mac OS X

Post by backlabs1 »

I didn't see a DMG file
There is a dmg file on the v0.8.1-0 release page, under the Assets heading.
Post Reply