Commit ac890487 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libwebsockets to 4.2.0

parent 6e6af8f6
all:
tar xf libwebsockets-4.0.19.tar.gz
cd libwebsockets-4.0.19 && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLWS_IPV6=ON .
$(MAKE) -C libwebsockets-4.0.19
$(MAKE) -C libwebsockets-4.0.19 install
rm -rf libwebsockets-4.0.19
tar xf libwebsockets-4.2.0.tar.gz
cd libwebsockets-4.2.0 && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLWS_IPV6=ON .
$(MAKE) -C libwebsockets-4.2.0
$(MAKE) -C libwebsockets-4.2.0 install
rm -rf libwebsockets-4.2.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment