-
Notifications
You must be signed in to change notification settings - Fork 431
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
chore(book): build script + remove openssl #316
Conversation
{{#include ../../examples/fibonacci-io/script/build.rs}} | ||
``` | ||
|
||
Make sure to also add `sp1-helper` as a build dependency in `script/Cargo.toml`: |
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.
should this be sp1-core
?
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.
no, sp1-helper
is its own crate so that build.rs doesn't need to compile lots of stuff.
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.
Oh, then can you make it sp1-helper
below? it's listed as sp1-core :P
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.
o oops
book/getting-started/install.md
Outdated
|
||
## Option 1: Prebuilt Binaries (Recommended) | ||
|
||
Currently our prebuilt binaries are built on Ubuntu 20.04 (22.04 on ARM) and macOS. If your OS is older, it's possible they won't work but you can still try. |
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.
Can you say what they should do for next steps if it doesn't work?
No description provided.