Skip to content

Update Readme: issue solving #8

@inxomnyaa

Description

@inxomnyaa

Stumbeled about plenty issues while compiling, here are fixes:

  • Error:
  Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  • Fix:
    apt-get install curl libcurl4-openssl-dev

  • Error:
CMake Warning at /usr/local/share/cmake-3.8/Modules/FindProtobuf.cmake:387 (message):
  Protobuf compiler version doesn't match library version 2.6.1
Call Stack (most recent call first):
  CMakeLists.txt:8 (find_package)

or

  • Error:
    Protobuf_PROTOC_EXECUTABLE-NOTFOUND

  • Fix:
    apt-get install libprotobuf-dev protobuf-compiler


Have fun everyone!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions