Mudanças entre as edições de "Open Broadcast Software no openSUSE 13.2"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 19: Linha 19:
 
ldconfig
 
ldconfig
 
</source>
 
</source>
 +
 +
[[Categoria:Open Broadcast Software]]

Edição das 00h29min de 23 de fevereiro de 2015

instalando dependências

sudo zypper in cmake gcc-c++  ffmpeg-compat-devel ffmpeg-devel libXinerama-devel \
libv4l-devel x264-devel libXcomposite-devel freetype-devel fontconfig-devel \
pulseaudio-libs-devel v4l-utils faac faac-devel gstreamer-plugins-bad \
gstreamer-plugins-ugly gstreamer-ffmpeg vlc libtool libtool libjansson-devel \
libQt5Widgets-devel libQt5Network-devel libqt5-qtx11extras-devel libudev-devel \
libpulse-devel fdk-aac-devel

compilando OBS - GiT

git clone https://github.com/jp9000/obs-studio.git
cd obs-studio && mkdir build && cd build
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
make -j
make install
ldconfig