Jump to content

OpenGL Accelerated HTML Overlay/Getting Started/Building HTML Overlay: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
HTML Overlay has the following dependencies for building from source:
HTML Overlay has the following dependencies for building from source:


* GStreamer. Visit this webpage for more information: https://gstreamer.freedesktop.org/
* OpenGL. See more about OpenGL in this link: [https://www.opengl.org/ OpenGL]
* OpenGL. See more about OpenGL in this link: [https://www.opengl.org/ OpenGL]
* GTK+. You can see more about GTK+ in this link: [https://www.gtk.org/ GTK+].
* GTK+. You can see more about GTK+ in this link: [https://www.gtk.org/ GTK+].
Line 50: Line 51:
sudo apt-get install libglfw3 libglfw3-dev
sudo apt-get install libglfw3 libglfw3-dev
</syntaxhighlight>
</syntaxhighlight>
=== GStreamer ===
In case you don't have GStreamer, please visit [https://gstreamer.freedesktop.org/ this webpage] to see your specific installation guide. If you're in a Ubuntu or Debian you can run the following command:
<syntaxhighlight lang=bash>
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
</syntaxhighlight>


=== Documentation (optional) ===
=== Documentation (optional) ===
Cookies help us deliver our services. By using our services, you agree to our use of cookies.