This repository has been archived on 2022-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
urtrator/doc/installation/macos
Stanislav N. aka pztrn df4d6a3cca macOS fixes for profiles and launching. Version bump.
More fixes here. First, fixed binary path parsing for profiles,
so you should be able to add a profile on macOS now. Only one
requirement - you should add Quake3-UrT.x86_64 file, which located
inside Urban Terror's application bundle, under Contents/MacOS
directory.

Fixed the way we call Urban Terror on macOS and tested it. Should
work now flawlessly.

Bumped to 0.1.0-beta2, and mac-only release for now.
2016-10-09 17:06:47 +05:00
..
make-app.sh macOS fixes for profiles and launching. Version bump. 2016-10-09 17:06:47 +05:00
README.md Updated macOS build script and some README update. 2016-10-09 03:29:36 +05:00

MacOS installation

For proper application bundle building you have to:

brew install go
  • Install GTK+2:
brew install gtk+
  • Install dylibbundler:
brew install dylibbundler
  • Execute make-app.sh script from current directory. If everything went fine - you will see URTrator.app right in this directory.