-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Apparently the install.sh has to be run before build - but as described in #27 it references dead links, so the build fails.
@gilesknap made some patches to fix it, but they are not merged for some reason.
Just in case anyone else bumps into this, here's the steps to solve it:
- retrieve the relevant files from
linux-vendorbranch
git checkout linux-vendor -- install.sh vendor/Makefile - run
install.sh - build the
vendordir first (the whole repo can't be built in one go for some reason)
pushd vendor && make && popd - build the main tree (
make)
To the maintainer: please consider merging the linux-vendor branch.
Metadata
Metadata
Assignees
Labels
No labels