Commit 067d76c2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
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
lib
/usr/lib/lib.*
/usr/lib/cmake/.*
pkg
/usr/lib/pkgconfig/.*
tests
/usr/share/libwebsockets-test-server/.*
bin
/usr/bin/.*
headers
/usr/include/.*
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