get rid of argp dependency

This commit is contained in:
John
2023-10-01 14:09:38 +02:00
parent 1b9723c96f
commit 22b6f02752
20 changed files with 740 additions and 304 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ Building ebusd from the source requires the following packages and/or features:
* g++ with C++11 support (>=4.8.1)
* make
* kernel with pselect or ppoll support
* glibc with argp support or argp-standalone
* glibc with getopt_long support
* libmosquitto-dev for MQTT support
* libssl-dev for SSL support