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

Protoc requirements to compile #32

Open
iolivergithub opened this issue Feb 27, 2025 · 1 comment
Open

Protoc requirements to compile #32

iolivergithub opened this issue Feb 27, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@iolivergithub
Copy link
Collaborator

iolivergithub commented Feb 27, 2025

This now starts to complicate things: too many dependencies required to even start a successful compile. Is this documented?

ian@Debian:~/ratsd$ make
go generate ./...
protoc-gen-go: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--go_out: protoc-gen-go: Plugin failed with status code 1.
proto/doc.go:6: running "protoc": exit status 1
make: *** [Makefile:16: generate] Error 1
ian@Debian:~/ratsd$ protoc-gen-go
bash: protoc-gen-go: command not found

Will start writing a compilation guide to collect these dependencies.

@iolivergithub iolivergithub added documentation Improvements or additions to documentation question Further information is requested labels Feb 27, 2025
@iolivergithub
Copy link
Collaborator Author

Required (at least on Debian 12):

sudo apt-get -y install protoc-gen-go
sudo apt-get -y install protoc-gen-go-grpc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant