servo/support/magicleap/gstreamer
Greg Myers 829a736f96
Fix typos in markdown files
Fixes a number of typographical errors across
markdown documentation files.
2022-01-14 16:46:10 -07:00
..
.gitignore Added gstreamer support to the magicleap port 2019-08-08 16:52:50 -05:00
gstreamer.sh Added gstreamer support to the magicleap port 2019-08-08 16:52:50 -05:00
mlsdk.txt.in Added gstreamer support to the magicleap port 2019-08-08 16:52:50 -05:00
README.md Fix typos in markdown files 2022-01-14 16:46:10 -07:00

Building the binary .tgz for magicleap gstreamer

mach downloads prebuilt gstreamer libraries, which are built using this script.

Requirements

Setup MacOSX

  • Install python3 and HomeBrew
  • pip3 install git+https://github.com/mesonbuild/meson.git
    • Requires Meson >=0.52.0, currently only in git master.
  • brew install coreutils glib bison
  • export PATH=/usr/local/opt/gettext/bin:/usr/local/opt/bison/bin:$PATH

Build Instructions

  • export MAGICLEAP_SDK=/path/to/mlsdk
  • export MLCERT=/path/to/application.cert
  • ./gstreamer.sh