https://github.com/skypjack/homebrew-entt
It... Could... Work!!
https://github.com/skypjack/homebrew-entt
entt game-programming gamedev gamedevelopment homebrew indiedev
Last synced: 2 months ago
JSON representation
It... Could... Work!!
- Host: GitHub
- URL: https://github.com/skypjack/homebrew-entt
- Owner: skypjack
- Created: 2018-04-24T09:06:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T12:59:26.000Z (8 months ago)
- Last Synced: 2025-03-19T08:11:12.763Z (3 months ago)
- Topics: entt, game-programming, gamedev, gamedevelopment, homebrew, indiedev
- Language: Ruby
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EnTT Homebrew Formula
This is the [homebrew](https://brew.sh/) formula for [EnTT](https://github.com/skypjack/entt#introduction).
Install with this command:
brew install skypjack/entt/entt
Alternatively:
brew tap skypjack/entt
brew install enttPass 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