1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

install libwebsockets before build

This commit is contained in:
Falk Werner 2019-02-10 08:34:48 +01:00
parent ea18cd7244
commit a0ec8fd29d

View File

@ -14,6 +14,15 @@ before_install:
- make - make
- sudo make install - sudo make install
- cd .. - cd ..
- wget https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz
- tar -xf v3.1.0.tar.gz
- cd libwebsockets-3.1.0
- mkdir .build
- cd build
- cmake ..
- make
- sudo make install
- cd ..
- cd .. - cd ..
before_script: before_script: