From 234bf695e43c69c21f5f18c2a5e1d75bf17d1099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Mon, 10 Oct 2016 00:49:53 +0200 Subject: [PATCH] Added README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1bce4256 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +obs-websockets +============== +OBS Studio remote control made easy. + +## Build prerequisites +You need QT 5.7 (with QtWebSockets), CMake, and a working development environment for OBS Studio installed on your computer. + +## How to build +You'll need to fill these CMake variables : +* QTDIR (path) : location of the Qt environment suited for your compiler and architecture +* LIBOBS_INCLUDE_DIR (path) : location of the libobs subfolder in the source code of OBS Studio +* LIBOBS_LIB (filepath) : location of the obs.lib file +* OBS_FRONTEND_LIB (filepath) : location of the obs-frontend-api.lib file \ No newline at end of file