Formulae to install inklecate with Homebrew.
Tap into into this repository.
$ brew tap ephread/ink
You can now install the latest version of inklecate
.
$ brew install inklecate
Then you can run inklecate
:
$ inklecate
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.
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 [email protected]
The formulae are under the BSD 2-clause "Simplified" License.