gattlib
gattlib copied to clipboard
How to build gatttool
Could you please add the instructions to build the gatttool to the README.md?
After building the main package as described in README.md, I tried to build examples/gatttool using the same commands:
cd examples/gatttool
mkdir build && cd build
cmake ..
make
However when running cmake ..
it produces the following error:
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:890 (message):
None of the required 'gattlib' found
Call Stack (most recent call first):
CMakeLists.txt:26 (pkg_search_module)
Thanks!
In your build directory you should be able to run the code from the terminal directly ->