-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should I do create new buildroots when I install another packages? #91
Comments
It's up to you. I tend to build most things in a buildroot to keep my live system free of needless depends or to make sure the makedeps in the PKGBUILD I am using are correct. Another use case for buildroots is cross compiling with distcc but that is more niche than the first two for me. And yes, AUR helpers generally do not help and break things. Closing but feel free to continue dialog if needed. |
@graysky2 It is me again :D This is tree view of my aur pkgs. I put libeb in goldendict-ng as subfolder since its aur dep, if I want to keep my system free of needled dep as u should I create buildroot per dir?
Also what should I do in situation like goldendict-ng's? should I do cd goldendict-ng/libeb and ccm u s a and do cd .. ccm u s ? |
I don't understand your directory question. You do not need to order them. If |
Ah, then should I add |
Yes, or just build bar with ccm then build foo with ccm. It does it automatically. |
Newbie Arch User here, I did not want to use wrappers such as yay, paru etc. so should I create buildroots with ccm u command whenever I install something from AUR?
Thanks.
The text was updated successfully, but these errors were encountered: