mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
8 lines
217 B
Bash
Executable File
8 lines
217 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
mkdir build && cd build
|
|
cat /usr/lib/x86_64-linux-gnu/cmake/Qt5WebSockets/Qt5WebSocketsConfig.cmake || :
|
|
cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..
|
|
make -j4
|