goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
130 stars 69 forks source link

Adding ./configure.sh to build instructions #126

Closed dmercer-google closed 11 months ago

dmercer-google commented 1 year ago

Adding ./configure.sh to the build instructions. Failing to run it results in the utils dir not being created and CMake failing.

sidcha commented 11 months ago

For cmake builds, configure.sh should not be required. Let me fix this in a different way. Thanks for the PR.