1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

updated LWS version

This commit is contained in:
Steffen Vogel 2016-07-11 09:16:47 +02:00
parent abd8148a2b
commit cdeed6d5e4

4
thirdparty/Makefile vendored
View file

@ -29,7 +29,7 @@ pciutils-3.4.1:
ln -s $(PREFIX)/lib/libpci.so.3.4.1 $(PREFIX)/lib/libpci.so
# Install & compile libwebsockets dependency
libwebsockets-1.7.5:
libwebsockets-2.0.2:
mkdir -p $@/build
wget -O- https://github.com/warmcat/libwebsockets/archive/v1.7.5.tar.gz | tar -xzC $(TMPDIR)
wget -O- https://github.com/warmcat/libwebsockets/archive/v2.0.2.tar.gz | tar -xzC $(TMPDIR)
cd $@/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) .. && make install