risc0 / risc0

RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture.

Home Page:https://risczero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clarify docs for mac x86 users

pdg744 opened this issue · comments

commented

During the installation process for x86_64-apple-darwin users end up being presented with the fact that cargo binstall cargo-risczero currently does not have prebuilt binaries for this architecture.

Users in this architecture should instead run cargo risczero build-toolchain, i.e. build the toolchain from scratch. This is different from what we mention in cargo-risczero's documentation, where we say we do provide prebuilt binaries.

We should be consistent across our documentation pages.

commented

apologies if some of that is incoherent -- I was taking notes based on oral comments.

@pdg744 , I've updated the description of this issue.

There were other points mentioned there as well but I'll break them apart and create one GitHub issue for each of them.