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
2016-10-09 03:29:36 +05:00
..
make-app.sh Updated macOS build script and some README update. 2016-10-09 03:29:36 +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.