I downloaded wds, extracted the zip file, changed into the wds-master folder and installed all dependencies (wpa_supplicant, connman and gstreamer).
When I run cmake . I get this error:
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find BISON (missing: BISON_EXECUTABLE)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindBISON.cmake:252 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
libwds/rtsp/CMakeLists.txt:16 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/richard/Downloads/wds-master/CMakeFiles/CMakeOutput.log".
I downloaded wds, extracted the zip file, changed into the wds-master folder and installed all dependencies (wpa_supplicant, connman and gstreamer). When I run cmake . I get this error: CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find BISON (missing: BISON_EXECUTABLE) Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.10/Modules/FindBISON.cmake:252 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libwds/rtsp/CMakeLists.txt:16 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/richard/Downloads/wds-master/CMakeFiles/CMakeOutput.log".
My CMakeOutput.log file: https://jpst.it/1v9Qm
I use Kubuntu 18.04 64 Bit