OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
212 stars 50 forks source link

Add a description how to build & run the game on modern macOS #71

Closed cubuspl42 closed 11 months ago

cubuspl42 commented 2 years ago

I know that these steps are hacky and non-perfect, but it's better to note down what works at all, so someone with proper knowledge can provide a better solution.

NeonKnightOA commented 2 years ago

Tagging @sago007

sago007 commented 2 years ago

I tried using this on my Mac after a couple of days letting my old Mac Mini update itself to 12.3.

brew install sdl libxmp
./make-macosx.sh x86_64

I also added "SDL_VERSION=1" to Makefile.local to avoid the recent commit.

It just failed with:

malformed universal file: slice content is not mach-o or a static library file 'code/libs/macosx/libSDL-1.2.0.dylib'

You did not have this problem?

cubuspl42 commented 2 years ago

No, I didn't do any tricks with "SDL_VERSION=1". You can see which commit I'm basing on here.

What's that path code/libs/macosx/? It looks suspicious.

cubuspl42 commented 11 months ago

Closing as there's no movement here

cubuspl42 commented 5 days ago

I created a new bundle, which fixed a new issue I recently encountered: https://github.com/cubuspl42/OpenArena-engine/releases/tag/v0.0.1-fix2

The-Gig commented 4 days ago

This seems interesting... Unfortunately, I don't have a Mac to perform any testing...