Replies: 2 comments 3 replies
-
I think https://docs.brew.sh/Homebrew-on-Linux answers a lot of your questions about prefixes |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can just export export HOMEBREW_RELOCATE_BUILD_PREFIX to you homebrew prefix, and then you can download pre-build binary package rather than rebuild them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
I have a server where I have shell access, but no root access. I got build tools such as GCC, GNU BinUtils (includes the assembler), GNU Make, and CMake if I remember correctly. I have made a little "fake prefix" in $HOME/usr which I use when building software with
--prefix
. I can build many softwares manually but binaries are mostly not working. The CPU is a basic x86_64 and building from source is not a real problem when building one software since I have a lot of RAM on it. The problem with binaries are libraries: when the binary is not fully statically linked, it's not working because lots of libraries are not installed. So I got some questions about Homebrew:Thanks you in advance.
Beta Was this translation helpful? Give feedback.
All reactions