AppFlowy-IO / AppFlowy-Docs

Other
73 stars 91 forks source link

Add protobuf compiler as missing linux dependency #4

Closed tennox closed 2 years ago

tennox commented 2 years ago

It's mentioned below as "If you only work on protobuf", so you definitely need it when you compile the app. (tried without)

tennox commented 2 years ago

I'm actually not sure if it would've be fixed by running cargo make flowy_dev

MikeWallaceDev commented 2 years ago

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.

MikeWallaceDev commented 2 years ago

@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 :)