arch-linux-surface
arch-linux-surface copied to clipboard
Missing Binary Dependencies
Hi, thank you for supporting this project; I also have a SB2 and am excited to be able to use Linux on it.
ISSUE: when following the instructions for Manjaro, certain binaries are not pre-installed out of the box. I have had to re-run the make process several times (it can get quite far before breaking, so took a long time), and when it encounters a missing binary, I install it and restart the make process.
Here are the missing binaries/packages (that I encountered):
- patch
- make (!)
- gcc
- bison
- flex
- fakeroot
RESOLUTION: I would suggest adding these prerequisites to make sure the binaries are available prior to starting the build. Thanks.