Skip to content
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

Improved installations instructions to include Protobuf installation #199

Conversation

zealsham
Copy link

@zealsham zealsham commented Sep 4, 2024

Protobuf is an important dependency of the sim-ln project as it powers GRPC communication which the lighning nework uses for client communications .

During installation of Sim-ln , one is likely to run into error due to protobuf not being installed on their device . This PR spells out how to install protobuf. This PR is as result of this issues 198

Copy link
Contributor

@carlaKC carlaKC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Always great to get feedback on the hurdles folks run into on new installs, so so helpful 🙏

I'd like to move this into docs/developer.md, but otherwise looking good!

@@ -30,13 +30,29 @@ See our [tracking issue](https://github.com/bitcoin-dev-project/sim-ln/issues/26
for updates on implementation support (contributions welcome!).

## Getting Started
Clone the repo:
First of all make sure protobuf is installed on your machine.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add protobuf to the Pre-Requisites section above?

$ brew install protobuf
$ protoc --version
```
For other operating systems , you can find installation insturctions here [install protobuf](https://grpc.io/docs/protoc-installation/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our aim for the getting started section is for it to be a very minimal set of steps for people to get started.

Could we move this to docs/developer and then link the section in the pre-requisites section?

@carlaKC
Copy link
Contributor

carlaKC commented Nov 12, 2024

Closing due to inactivity, please re-open if you'd like to pick this back up!

@carlaKC carlaKC closed this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants