Dev is 0.97, if you gonna PR you should do it against the testing branch, with 0.96.5. If you want to build dev, you need to clone the libwebsockets repo, checkout v3.0.0 or higher, build it, then give that path to the configure script in this fashion:
Ironically, I originally had it relative to testing but then saw that dev was more advanced.
Anyway, I submitted the
change required.
I spent way more time on this tiny change that I intended
, at least I have a 18.04 environment now, so the time isn't lost.
./configure --with-own-lws=/my/path/to/lws
P.S:
The client in dev cannot speak to db, I have not updated that part yet. Considering dropping swig and moving to CFFI to ease to migration to py3.
I was 99% of the way there. I had it compiling but it couldn't find the shared library.