mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
mkdir build && cd build
|
|
cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr .. |