diff options
Diffstat (limited to 'content/en/docs/Start/requirements.md')
-rw-r--r-- | content/en/docs/Start/requirements.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/en/docs/Start/requirements.md b/content/en/docs/Start/requirements.md index ad539bf..71f47a5 100644 --- a/content/en/docs/Start/requirements.md +++ b/content/en/docs/Start/requirements.md @@ -47,8 +47,9 @@ $ apt-get install git protobuf-c-compiler cmake $ apt-get install libgcrypt20-dev libssl-dev libfuse-dev dnsutils swig cmake-curses-gui ``` -On some distributions you need to install the protobuf C library -explicitly: +If during the build process cmake complains that the Protobuf C +compiler is required but not found, and you installed the +protobuf-c-compiler package, you will also need this: ```bash $ apt-get install libprotobuf-c-dev |