Updated Installation (markdown)

Michael Fabian Dirks
2019-10-04 22:20:34 +02:00
parent 2312fa2b5a
commit 1922b60b48
+2 -2
@@ -16,7 +16,7 @@ These archives have their content structure exactly identical to the one require
# Building together with OBS Studio
1. Follow the OBS Studio compiling guide for Windows.
2. Clone obs-ffmpeg-encoder to <obs source code>/plugins/obs-ffmpeg-encoder (should have a CMakeLists.txt at <obs source code>/plugin/obs-ffmpeg-encoder/CMakeLists.txt).
3. Add `add_subdirectory(obs-ffmpeg-encoder)` to <obs source code>/plugins/CMakeLists.txt
2. Clone obs-ffmpeg-encoder to `<obs source code>/plugins/obs-ffmpeg-encoder` (should have a CMakeLists.txt at `<obs source code>/plugin/obs-ffmpeg-encoder/CMakeLists.txt`).
3. Add `add_subdirectory(obs-ffmpeg-encoder)` to `<obs source code>/plugins/CMakeLists.txt`.
4. Build OBS Studio.