The script that adds support for events can be found at the root of uevents
named as installEventsSupport
. This script needs to be performed as superuser.
You can run the installation script based on your upipe environment. The only information that is not possible to be
passed through the current environment is the release type (since UBASH_VERSION
is resolved for the actual version). Therefore, it needs to be specified (stable
, beta
, alpha
)
in case this information is not provided stable
is used by default, for instance:
sudo ./installEventsSupport --release-type "alpha" --core-config $UPIPE_CORE_CONFIG --upipe-root $UPIPE_ROOT --upipe-dev-root $UPIPE_DEV_ROOT
Note: The --upipe-dev-root
is optional. It should only be used for development purposes.
More details about the installation script can be found under the help:
./installEventsSupport --help