Skip to content

Instantly share code, notes, and snippets.

@xcsrz
Created January 11, 2022 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcsrz/bfa5e9a27af332453c410608237362b9 to your computer and use it in GitHub Desktop.
Save xcsrz/bfa5e9a27af332453c410608237362b9 to your computer and use it in GitHub Desktop.
Building Armagetron on macos (worked on Catalina)

Install Dependencies

brew install pkg-config autoconf automake sdl2 sdl2_image sdl2_mixer protobuf-c glew boost ftgl dylibbundler create-dmg

Setup

./bootstrap.sh

Configure

./configure --disable-debug \
            --disable-dependency-tracking \
            --disable-silent-rules \
            --disable-zthreadtest \
            --disable-sysinstall \
            --disable-uninstall \
            --disable-restoreold \
            --enable-automakedefaults \
            --disable-useradd \
            --disable-initscripts \
            --disable-etc

Build

REL_TOP_SRCDIR=. sh desktop/os-x/build_bundle.sh

References

  • https://wiki.armagetronad.org/index.php?title=MacOS
  • https://gitlab.com/armagetronad/armagetronad/-/blob/trunk/documentation/installation.txt
  • https://gitlab.com/armagetronad/armagetronad/-/issues/119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment