With version 25.0 of OBS Studio, it now supports the Browser source for
Linux natively.
Could the packman version of OBS Studio please also include the Browser
source.

https://obsproject.com/wiki/install-instructions#opensuse-build-directions

If building with browser source:

wget
https://cdn-fastly.obsproject.com/downloads/cef_binary_3770_linux64.tar.bz2
tar -xjf ./cef_binary_3770_linux64.tar.bz2
git clone --recursive https://github.com/obsproject/obs-studio.git
cd obs-studio
mkdir build && cd build
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BROWSER=ON
-DCEF_ROOT_DIR="../../cef_binary_3770_linux64" ..
make -j4
sudo make install

Many thanks
    S>


-- 
<!--    insert funny signature here -->
_______________________________________________
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Reply via email to