Closed entone closed 5 years ago
cmake is needed?
Probably not, I was trying some things.
On Fri, Aug 24, 2018 at 2:05 PM, Frank Hunleth notifications@github.com wrote:
cmake is needed?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nerves-project/nerves_uart/issues/45#issuecomment-415853905, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJmrVnAv5y-tHfAvQaeit_t7rYGhrhyks5uUE6QgaJpZM4WL1wp .
Ok, ran a few more tests, and this appears to be the minimum packages required.
RUN apk add --update git erlang-dev build-base linux-headers
Resolving old issue that was actually resolved.
I worked through getting
nerves_uart
building on x86_64 Alpine Linux today and wanted to share my setup.This is part of a multi-part build in Docker so I'll just share my Dockerfile Dockerfile.txt
The relevant parts are the apk packages that are installed.
RUN apk add --update git erlang-dev build-base make gcc abuild binutils cmake linux-headers
Hopefully this can help other people looking to do the same.