Fetching bottles for another macos version #397
Replies: 2 comments 1 reply
-
That's not a supported use of homebrew, you really should just be compiling your dependencies yourself.
Not in that way, but you could guess the bottle URLs pretty easily.
They always live in separate largely folders. I believe you can set HOMEBREW_CELLAR and HOMEBREW_REPOSITORY to override these, but I'm not sure about that.
|
Beta Was this translation helpful? Give feedback.
-
Adjacent to this – I have an M1 Mac but I haven't installed I'm trying to install GLFW for ARM. Is it possible to use Rosetta Homebrew to download and pour the EDIT: worked it out [possibly, now the executable I'm compiling using glfw is being killed immediately] – |
Beta Was this translation helpful? Give feedback.
-
I would like to use homebrew to create a redistributable bundle for an application: i.e. an archive that contains the installed formula + dependencies, but not the homebrew system itself.
For example, suppose I want
imagemagick
I could do something like:And then try to extract these but that is of course very clunky.
A few questions:
brew fetch
a bottle for another macos? Suppose I want to run the script above, but fetch all the bottles forarm64_big_sur
while I am using catalina myself?Beta Was this translation helpful? Give feedback.
All reactions