mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
New Linux build instructions
This commit is contained in:
parent
0657835ba3
commit
e6c378aef0
@ -36,10 +36,9 @@ sudo apt-get install libqt5websockets5-dev
|
|||||||
git clone --recursive https://github.com/Palakis/obs-websocket.git
|
git clone --recursive https://github.com/Palakis/obs-websocket.git
|
||||||
cd obs-websocket
|
cd obs-websocket
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DLIBOBS_INCLUDE_DIR="<path to the libobs sub-folder in obs-studio's source code>" ..
|
cmake -DLIBOBS_INCLUDE_DIR="<path to the libobs sub-folder in obs-studio's source code>" -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make -j4
|
||||||
sudo cp obs-websocket.so /usr/lib/obs-plugins
|
sudo make install
|
||||||
sudo cp -r ../data /usr/share/obs/obs-plugins/obs-websocket
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### OS X
|
### OS X
|
||||||
|
Loading…
x
Reference in New Issue
Block a user