Replies: 1 comment 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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