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 bd04870aa3 Splitted sidebar's list into two and separate CVars window.
Splitted sidebar's list into two separate lists - one for
general server's info (hostname, players, etc.) and one for
players list.

Also, moved CVars list to separate window which can be shown by
clicking approriate button under player's list.
2016-11-26 09:05:48 +05:00
..
Resources/themes More Mac integration works - now it is able to load and use GTK+ 2016-10-10 19:16:51 +05:00
make-app.sh Splitted sidebar's list into two and separate CVars window. 2016-11-26 09:05:48 +05:00
README.md More Mac integration works - now it is able to load and use GTK+ 2016-10-10 19:16:51 +05:00

MacOS installation

For proper application bundle building you have to:

brew install go
  • Install GTK+2:
brew install gtk+ --with-quartz-relocation

Note: default GTK+2 build from Brew might not work for you!

  • Reinstall gdk-pixbuf with additional option:
brew install --with-relocations

Note: default build might not work for you!

  • 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.

Some descriptions

Resources

This directory will be copied inside bundle. It contains resources needed for proper working or/and launching.

Of course, it might be able to work without this directory, but it will be superugly.