From 58e4fec00c0866da0d728debd09b9cc2d9b58bd5 Mon Sep 17 00:00:00 2001 From: Alon Lukatch Date: Sun, 18 Aug 2024 15:10:46 +0300 Subject: [PATCH] docs(network): remove protoc from prerequisites on papyrus readme --- docs/papyrus/README.adoc | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/papyrus/README.adoc b/docs/papyrus/README.adoc index bc35124b7bf..f13ce81f303 100644 --- a/docs/papyrus/README.adoc +++ b/docs/papyrus/README.adoc @@ -46,32 +46,6 @@ Use it at your own risk. * https://www.rust-lang.org/tools/install[Rust] must be installed. Minimum supported version is `1.76`. * You must have access to an Ethereum node. For example, you can use a node provider such as Infura. -* link: https://grpc.io/docs/protoc-installation[Protoc] - - You'll need Protoc only for compiling the link:../crates/papyrus_network/[papyrus_network] crate. - - Make sure you have version 15 or higher installed. If not: - 1. Remove your current Protoc installation: -+ -[source,bash] ----- -sudo apt remove protoc/protobuf-compiler ----- - - 2. Install version 15 or higher (replace DIR with your preferred installation directory): -+ -[source,bash] ----- -DIR="$HOME/.local" -curl -L "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip" -o protoc.zip -unzip ./protoc.zip -d $DIR -rm ./protoc.zip ----- - - 3. Add DIR to your PATH if it's not already there: -+ -[source,bash] ----- -export PATH=$PATH:$DIR/bin ----- [discrete] ==== Procedure