-
Notifications
You must be signed in to change notification settings - Fork 0
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
doc: update README with build instruction #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RE: the gcc
issue. -dynamiclib
is a darwin only flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is worth a ✅ from Mark given he's the one who knows the most about it, but these directions align with my notes and state of my machine.
Just a couple comments. Maybe something to do in a follow-on issue would be to collect those build instructions into a I could see it being useful for us to pin the various quil-lang repos to particular revs, so that our instructions are never out-of-date. |
A couple things to note:
Dockerfile
, I ran into errors when compilinglibquilc.so
becausegcc -dynamiclib
is not a valid flag: