我尝试安装GitHub存储库(gst-rstp-server)
我有一个Ubuntu 16.04,我想在存储库中执行这些示例,但我真的不知道如何构建存储库。我还没有找到有关gst-rstp-server新版本的任何信息。
我采取的步骤是:
./autogen.sh --noconfigure && GST_PLUGINS_GOOD_DIR=$(pkg-config --variable=pluginsdir gstreamer-plugins-bad-1.0) ./configure && make
但shell向我发送了退出状态:
+ configure run disabled
+ check for build tools
checking for autoreconf ...
/usr/bin/autoreconf
checking for pkg-config ...
/usr/bin/pkg-config
aclocal: warning: couldn't open directory 'm4': No such file or directory
gst/rtsp-server/Makefile.am:54: error: Libtool library used but 'LIBTOOL' is undefined
gst/rtsp-server/Makefile.am:54: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
gst/rtsp-server/Makefile.am:54: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
gst/rtsp-server/Makefile.am:54: If 'LT_INIT' is in 'configure.ac', make sure
gst/rtsp-server/Makefile.am:54: its definition is in aclocal's search path.
gst/rtsp-sink/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
gst/rtsp-sink/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
gst/rtsp-sink/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
gst/rtsp-sink/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure
gst/rtsp-sink/Makefile.am:1: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
如果有人知道如何构建项目,那将非常有用。
[Link to the gst-rstp-repository][1]