Skip to content
Discussion options

You must be logged in to vote

I have built the app and I have made a few notes for my system

  • I have saved my phone's bluetooth MAC address in main.cpp

  • While building the application, I had a cmake error:
    Could NOT find OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so.
    'Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (Required is at least version "0.5.0") '

CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)

  • I was able to solve this issue by installing libssl-dev and libxkbcommon-dev
    sudo apt install …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@parippu-vada
Comment options

@parippu-vada
Comment options

Answer selected by kavishdevar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants