Jump to content

GStreamer Daemon - Building GStreamer Daemon: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 54: Line 54:
* gio-2.0
* gio-2.0
* json-glib-1.0
* json-glib-1.0
* gtk-doc
* readline
* readline
* ncurses or ncursesw
* ncurses or ncursesw
Line 116: Line 117:


As build issues are reported, we will capture the error message and provide the steps on how to resolve the issue.  Don't be shy, open an issue at [https://github.com/RidgeRun/gstd-1.x/issues github repo] and let us help you get unstuck.
As build issues are reported, we will capture the error message and provide the steps on how to resolve the issue.  Don't be shy, open an issue at [https://github.com/RidgeRun/gstd-1.x/issues github repo] and let us help you get unstuck.
=== ./autogen.sh: line 24: gtkdocize: command not found ===


== Example builds ==
== Example builds ==
Line 130: Line 135:
port list # verify package database install went okay
port list # verify package database install went okay


sudo port install gstreamer1 gstreamer1-gst-plugins-base # install xcode and lots of packages in addition to GStreamer packages
sudo port install gtk-doc gstreamer1 gstreamer1-gst-plugins-base # install xcode and other packages


DEVDIR=$HOME/projects/gstd
DEVDIR=$HOME/projects/gstd
Line 136: Line 141:
cd $(dirname $DEVDIR)
cd $(dirname $DEVDIR)
git clone https://github.com/RidgeRun/gstd-1.x.git $(basename $DEVDIR)
git clone https://github.com/RidgeRun/gstd-1.x.git $(basename $DEVDIR)
cd $DEVDIR
cd $DEVDIR
./autogen.sh
./configure
make
sudo make install


</pre>
</pre>


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