Skip to content

How can I use homebrew (linuxbrew specifically) with Blink? #1926

Answered by carloscabanero
iamnewton asked this question in Q&A
Discussion options

You must be logged in to vote

Homebrew for Linux is designed to install all its subsystem inside /home/linuxbrew/[...]. I can imagine this is to stay out of the way of the standard Linux folders for any other distributions, as they are compiling a whole subsystem and only using glibc from your distro. Unfortunately this is incompatible with Build as a persistent package manager as Build will only save what you have in your $HOME folder. You could try to specify a different prefix, but "linuxbrew" is equivalent to recompiling another Linux distribution, and that will be heavy and inefficient.

We designed Build to offer most of the dev tools as part of our base image, Hacker Tools. Binaries and other related sub tools a…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@iamnewton
Comment options

@carloscabanero
Comment options

@iamnewton
Comment options

@carloscabanero
Comment options

@iamnewton
Comment options

Answer selected by iamnewton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants