-
Notifications
You must be signed in to change notification settings - Fork 275
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
Build instructions? #137
Comments
Actually the last errors are not tuple related but sill old compiler issues (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750) |
I concur, having build instruction with dependencies would be nice.
|
On Debian the dependencies seem to be at least
EDIT: actually I think the |
In fact the Dockerfile is probably a good way to learn the dependencies. |
Hi,
I'm opening this issue to recommend a "build" section in the README with some brief instructions. Feel free to close it if that's duplicated anywhere.
Context:
I was trying to build
master
on a raspberry pi and got an error (at bottom). Igit checkout 2.9
and built successfully.Is
master
intended to successfully build? I looked around for building instructions in the README, but didn't see any, so I copied bits out of the Dockerfile (installing dependencies and runningmake
).The text was updated successfully, but these errors were encountered: