Skip to content

Latest commit

 

History

History

mac-build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mac-build

This installer is based on the kivy documentation. Tihs build is automatically triggered by travis. When a tag is pushed, the outcome is uploaded to the github releases.

Preconditions

brew should be installed already. You can install it manually before you execute ìnstall.sh with this command (source):

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Installation

If you are on a Mac computer, you can run the following in the Terminal

./install.sh --user

to create the dmg file. The build step is included.

Build

If you have run the install.sh file already, you can run

./build.sh --user

to skip the obsolete installation steps.

Uninstall

If you really want to uninstall everything that was installed, you can run:

./uninstall.sh

Note that you may want to read what it does, before. It might be that you do not want to set your computer back so much.