Commit a7c7d079 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libwebsockets to 4.0.19

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