Closed tennox closed 2 years ago
I'm actually not sure if it would've be fixed by running cargo make flowy_dev
Hi @tennox , I run Manjaro, and I don't have the protobuf compiler installed. In fact, I was not able to install a working protobuf compiler for Rust on Manjaro. I assure you that you can compile and run the application without pb.
@tennox , so.... It turns out that things have changed! We will soon be removing the generated protobuf files from the repo, and protobuf compilation will become a mandatory step for devs (just like language generation)
So you will soon see this in the documentation, thanks :)
It's mentioned below as "If you only work on protobuf", so you definitely need it when you compile the app. (tried without)