Google-Play-API icon indicating copy to clipboard operation
Google-Play-API copied to clipboard

Update Readme: issue solving

Open inxomnyaa opened this issue 7 years ago • 1 comments

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!

inxomnyaa avatar Jun 08 '17 11:06 inxomnyaa