Jump to content

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

Line 91: Line 91:


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
meson build --optimization 3 --prefix /usr -Denable-docs=disabled -Ddeveloper-mode=false
meson setup build --optimization 3 --prefix /usr -Denable-docs=disabled -Ddeveloper-mode=false
ninja -C build
ninja -C build
sudo ninja -C build install
sudo ninja -C build install
Line 110: Line 110:
| -Denable-docs-only=enabled || Build documentation with Doxygen without compiling. Disabled by default.   
| -Denable-docs-only=enabled || Build documentation with Doxygen without compiling. Disabled by default.   
|-
|-
| -Denable-gst=disabled || Skip building for GStreamer elements. Enabled by default.
| -Denable-gst=disabled || Skip building the GStreamer element. Enabled by default.
|-
|-
| -Denable-tests=disabled || Skip building tests. Enabled by default.
| -Denable-tests=disabled || Skip building tests. Enabled by default.
Line 116: Line 116:
| -Denable-examples=disabled || Build examples
| -Denable-examples=disabled || Build examples
|-
|-
| -Dplatform=jetson || Select target paltform as Jetson. x86 by default
| -Dplatform=jetson || Select target platform as Jetson. x86 by default
|-
|-
| --prefix /usr || Set the installation path of the library.  
| --prefix /usr || Set the installation path of the library.  
735

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.