We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently the install.sh has to be run before build - but as described in #27 it references dead links, so the build fails.
install.sh
@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:
linux-vendor
git checkout linux-vendor -- install.sh vendor/Makefile
vendor
pushd vendor && make && popd
make
To the maintainer: please consider merging the linux-vendor branch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
linux-vendor
branchgit checkout linux-vendor -- install.sh vendor/Makefile
install.sh
vendor
dir first (the whole repo can't be built in one go for some reason)pushd vendor && make && popd
make
)To the maintainer: please consider merging the linux-vendor branch.
The text was updated successfully, but these errors were encountered: