Skip to content

Latest commit

 

History

History

macos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.