mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
Can now specify $GSTREAMER_ROOT_DIR when building UxPlay
This commit is contained in:
12
README.html
12
README.html
@@ -257,10 +257,16 @@ libplist 2.0 or later. (This means Debian 10 “Buster” based systems
|
||||
(e.g, Ubuntu 18.04) or newer; on Debian 10 systems “libplist” is an
|
||||
older version, you need “libplist3”.) If it does not, you may need to
|
||||
build and install these from source (see instructions at the end of this
|
||||
README). If you have a non-standard OpenSSL installation, you may need
|
||||
to set the environment variable OPENSSL_ROOT_DIR (<em>e.g.</em> ,
|
||||
README).</p>
|
||||
<p>If you have a non-standard OpenSSL installation, you may need to set
|
||||
the environment variable OPENSSL_ROOT_DIR (<em>e.g.</em> ,
|
||||
“<code>export OPENSSL_ROOT_DIR=/usr/local/lib64</code>” if that is where
|
||||
it is installed).</p>
|
||||
it is installed). Similarly, for non-standard (or multiple) GStreamer
|
||||
installations, set the environment variable GSTREAMER_ROOT_DIR to the
|
||||
directory that contains the “…/gstreamer-1.0/” directory of the
|
||||
gstreamer installation that UxPlay should use (if this is <em>e.g.</em>
|
||||
“~/my_gstreamer/lib/gstreamer-1.0/”, set this location with
|
||||
“<code>export GSTREAMER_ROOT_DIR=$HOME/my_gstreamer/lib</code>”).</p>
|
||||
<ul>
|
||||
<li>Most users will use the GStreamer supplied by their distribution,
|
||||
but a few (in particular users of Raspberry Pi OS Lite Legacy (Buster)
|
||||
|
||||
Reference in New Issue
Block a user