Page 1 of 1

TES3MP on Mac OS X

Posted: 25 Apr 2024, 05:12
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.

Re: TES3MP on Mac OS X

Posted: 25 Apr 2024, 20:46
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.

Re: TES3MP on Mac OS X

Posted: 25 Apr 2024, 21:04
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.

Re: TES3MP on Mac OS X

Posted: 26 Apr 2024, 08:37
by psi29a
RakNet is a cross platform, open source, C++ networking engine for game programmers.

https://github.com/facebookarchive/RakNet

Re: TES3MP on Mac OS X

Posted: 30 Apr 2024, 16:08
by backlabs1
See https://github.com/samkaufman/tes3mp-mac-pkg, and the macOS build available there under Releases.

Re: TES3MP on Mac OS X

Posted: 02 May 2024, 17:49
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.

Re: TES3MP on Mac OS X

Posted: 02 May 2024, 19:44
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.