Skip to content

Commit

Permalink
Merge pull request #22 from jaco129/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dougg3 authored Jun 19, 2023
2 parents a44e962 + 5e7862e commit ed99423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Note for Ubuntu 18.04 users: this plugin now requires a newer version of CMake t
- Install prerequisites: `sudo pacman -S git make gcc cmake pkg-config`
- Follow the same instructions as Ubuntu starting from "Download this plugin source code"

> Note: Depending on how OBS is installed, **SteamOS** users may need to explicitly install `ffmpeg` in addition to the above mentioned prerequisites should they encounter compilation errors around missing `libavcodec`:
> - `sudo pacman -S ffmpeg`
### Other distros

- As you can see from the different sections above, the instructions are pretty much the same on all distros. You basically just have to make sure you have FFmpeg, OpenSSL, and libobs development packages installed, along with git, pkg-config, cmake, make, and gcc. CMake should handle everything for you after all the prerequisites are installed.
Expand Down

0 comments on commit ed99423

Please sign in to comment.