Skip to content

skypjack/homebrew-entt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

EnTT Homebrew Formula

This is the homebrew formula for EnTT.

Install with this command:

brew install skypjack/entt/entt

Alternatively:

brew tap skypjack/entt
brew install entt

Pass the --with-docs option to build and install the documentation

brew install skypjack/entt/entt --with-docs

The documentation is built with cmake and doxygen --with-graphviz and can be found in the keg or /usr/local/share/entt-{version}/html.

Pass the --HEAD option to download the very latest commit from the master branch

brew install skypjack/entt/entt --HEAD