mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
This allows building and running under macOS. There is still some issues with dpi but the application compiles and run now.
12 lines
240 B
Ruby
12 lines
240 B
Ruby
brew "glfw3"
|
|
brew "openssl@1.1"
|
|
brew "capstone"
|
|
brew "nlohmann-json"
|
|
brew "glm"
|
|
brew "cmake"
|
|
brew "python3"
|
|
brew "freetype2"
|
|
brew "libmagic"
|
|
|
|
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10
|
|
brew "llvm" |