- Notifications
You must be signed in to change notification settings - Fork0
skypjack/homebrew-entt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is thehomebrew formula forEnTT.
Install with this command:
brew install skypjack/entt/entt
Alternatively:
brew tap skypjack/enttbrew install entt
Pass the--with-docs
option to build and install the documentation
brew install skypjack/entt/entt --with-docs
The documentation is built withcmake
anddoxygen --with-graphviz
and can be found in thekeg 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