Skip to content
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

Won't build on Linux #32

Open
patrislav1 opened this issue Feb 8, 2022 · 0 comments
Open

Won't build on Linux #32

patrislav1 opened this issue Feb 8, 2022 · 0 comments

Comments

@patrislav1
Copy link

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:

  1. retrieve the relevant files from linux-vendor branch
    git checkout linux-vendor -- install.sh vendor/Makefile
  2. run install.sh
  3. build the vendor dir first (the whole repo can't be built in one go for some reason)
    pushd vendor && make && popd
  4. build the main tree (make)

To the maintainer: please consider merging the linux-vendor branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant