You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…f` (#1757)
Closes#1755
After updating `libp2p` to the latest version, we don't need to require
a `protobuf` shared library to exist in the OS. A new version uses
native rust implementation of the protobuf - `quick-protobuf`.
…f` (#1757)
ClosesFuelLabs/fuel-core#1755
After updating `libp2p` to the latest version, we don't need to require
a `protobuf` shared library to exist in the OS. A new version uses
native rust implementation of the protobuf - `quick-protobuf`.
This issue was initially raised by Natalia at House of Test, she is no longer around to help Fuel Networks though.
When she was following the documentation https://github.com/FuelLabs/fuel-core?tab=readme-ov-file#arch on her Arch Linux machine, when running the following command:
pacman -Syu --needed --noconfirm cmake gcc pkgconf git clang protobuf-compiler
She got the error message that
protobuf-compiler
was missing.I don't have Arch Linux installed to test or verify this, so a verification from a dev should be enough in this case.
Thank you
The text was updated successfully, but these errors were encountered: