Commit a1080bff authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libwebsockets to 3.1.0

parent 067d76c2
all:
tar xf libwebsockets-2.2.1.tar.gz
cd libwebsockets-2.2.1 && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLWS_IPV6=ON .
$(MAKE) -C libwebsockets-2.2.1
$(MAKE) -C libwebsockets-2.2.1 install
rm -rf libwebsockets-2.2.1
tar xf libwebsockets-3.1.0.tar.gz
cd libwebsockets-3.1.0 && cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLWS_IPV6=ON .
$(MAKE) -C libwebsockets-3.1.0
$(MAKE) -C libwebsockets-3.1.0 install
rm -rf libwebsockets-3.1.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