ImHex/dist/Brewfile

13 lines
241 B
Plaintext
Raw Normal View History

brew "glfw"
2021-08-25 09:46:40 +00:00
brew "mbedtls"
2021-01-13 11:24:29 +00:00
brew "nlohmann-json"
brew "cmake"
2021-09-19 19:49:09 +00:00
brew "ccache"
brew "python3"
brew "freetype2"
brew "libmagic"
2021-03-01 22:18:17 +00:00
brew "pkg-config"
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10
2021-08-22 19:39:55 +00:00
brew "llvm"