-
Notifications
You must be signed in to change notification settings - Fork 96
Added compile instruction for Fedora/RHEL/CentOS #33
base: master
Are you sure you want to change the base?
Conversation
I'm not sure you mean to say what you are saying here:
Do you recommend a container build? You are saying that you don't. |
You are definetly right: I meant "inside a toolbox container"; toolbox is a tool that mirrors your root and mounts your home inside a podman container, using the space inside your home directory: this way you can install different dependencies at different versions without cluttering the system. This program can be downloaded from the official RHEL/Fedora repos. I will rephrase that paragraph. |
I followed these instructions, only thing you need to do is move the |
I also made one because I didn't see this: master...DaveWK:master one thing I noticed is I think you can just get rid of the usage of |
I think if you wanted to combine your docker approach w/ mine you'd be able to save some compile time and time to download those deps.. by reworking the cmake to use the alternate cmake it was just: |
Indeed a better approach to grab the needed dependencies! Thanks for sharing! |
- `g++` | ||
|
||
- RPM Fusion Free ([here](https://rpmfusion.org/Configuration) you can learn how to enable this repository) | ||
- `obs-studio-libs` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uneeded (implementation detail), this will be fetch automatically once obs-studio-devel is installed.
Hi, do you mind to include these build instructions for Fedora/RHEL/CentOS based distros? I tested it on Fedora 31 and CentOS 8, and your plug in works like a charm on those.