ephread / homebrew-ink

Formulae to install inklecate with Homebrew.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew Tap for inkle's Ink

Build Status

Formulae to install inklecate with Homebrew.

Installation

Tap into into this repository.

$ brew tap ephread/ink

Latest version

You can now install the latest version of inklecate.

$ brew install inklecate

Then you can run inklecate:

$ inklecate

Versioned formulae

You can also install a previous version of inklecate.

$ brew install inklecate@<version>

brew search will show you a list of available versions:

$ brew search inklecate

Since these formulae may conflict with the regular version of inklecate, they are keg only. It means that they are only installed in the cellar and are not available in the PATH.

You can use brew link or update the $PATH in your shell profile file to make them available.

Mono dependency (below 1.0.0)

The Mono dependency is marked as optional. Hence, if you already have a specific version of Mono installed and don't want Homebrew to mess with it (e. g. if you're using Ink with Godot), you can ignore Mono by specifying the --without-mono option:

$ brew install --without-mono inklecate@0.9.0

License

The formulae are under the BSD 2-clause "Simplified" License.

About

Formulae to install inklecate with Homebrew.

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 100.0%