mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Update README.md
This commit is contained in:
parent
053676a320
commit
93c604a639
@ -12,6 +12,7 @@ There's currently no frontend or language API available for obs-websocket. Howev
|
|||||||
- Automate scene switching with a third-party program (e.g. : auto-pilot, foot pedal, ...)
|
- Automate scene switching with a third-party program (e.g. : auto-pilot, foot pedal, ...)
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
### Windows
|
||||||
You'll need QT 5.7 with QtWebSockets, CMake, and a working development environment for OBS Studio installed on your computer.
|
You'll need QT 5.7 with QtWebSockets, CMake, and a working development environment for OBS Studio installed on your computer.
|
||||||
In CMake, you'll have to set the following variables :
|
In CMake, you'll have to set the following variables :
|
||||||
- **QTDIR** (path) : location of the Qt environment suited for your compiler and architecture
|
- **QTDIR** (path) : location of the Qt environment suited for your compiler and architecture
|
||||||
@ -20,3 +21,9 @@ In CMake, you'll have to set the following variables :
|
|||||||
- **OBS_FRONTEND_LIB** (filepath) : location of the obs-frontend-api.lib file
|
- **OBS_FRONTEND_LIB** (filepath) : location of the obs-frontend-api.lib file
|
||||||
|
|
||||||
After building the obs-websocket binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries) in the same folder.
|
After building the obs-websocket binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries) in the same folder.
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
*To do*
|
||||||
|
|
||||||
|
### OS X
|
||||||
|
*To do*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user