Update README and versioning
This commit is contained in:
parent
0545b23f5a
commit
0124eb1622
18
README.md
18
README.md
@ -7,12 +7,18 @@ gstreamer-sharp covers the core and base gstreamer libraries.
|
|||||||
Prerequisites
|
Prerequisites
|
||||||
----
|
----
|
||||||
These libraries are needed for clutter-sharp to compile:
|
These libraries are needed for clutter-sharp to compile:
|
||||||
* [gtk-sharp] 2.99.4 or higher
|
|
||||||
* gstreamer core, base and good 1.4 or higher
|
* gstreamer core, base and good 1.4 or higher
|
||||||
|
* [gtk-sharp] 3.22.6 or higher - *NOTE: This can be built as a meson subproject if using the meson build system.*
|
||||||
|
|
||||||
Building & Installing
|
Building & Installing
|
||||||
----
|
----
|
||||||
Simply type ./autogen.sh --prefix=/usr && make install
|
With meson:
|
||||||
|
|
||||||
|
meson build && ninja -C build/
|
||||||
|
|
||||||
|
With Autotools:
|
||||||
|
|
||||||
|
./autogen.sh --prefix=/usr && make install
|
||||||
|
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
----
|
----
|
||||||
@ -21,10 +27,11 @@ Supported Platforms
|
|||||||
|
|
||||||
Quick Start
|
Quick Start
|
||||||
----
|
----
|
||||||
gstreamer-sharp provides ports of all samples from the gstreamer SDK in the samples folder.
|
gstreamer-sharp provides ports of all samples from gst-docs in the samples folder.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
----
|
----
|
||||||
|
|
||||||
Since this is a gobject-introspection binding the recommended documentation is the native [gstreamer](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/) documentation. A monodoc generated documentation will be installed.
|
Since this is a gobject-introspection binding the recommended documentation is the native [gstreamer](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/) documentation. A monodoc generated documentation will be installed.
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
@ -37,6 +44,5 @@ License
|
|||||||
----
|
----
|
||||||
gstreamer-sharp is licensed under the [LGPL 2.1](https://www.gnu.org/licenses/lgpl-2.1.html)
|
gstreamer-sharp is licensed under the [LGPL 2.1](https://www.gnu.org/licenses/lgpl-2.1.html)
|
||||||
|
|
||||||
[bindinator]:https://github.com/andreiagaita/bindinator/
|
[bindinator]:https://github.com/shana/bindinator
|
||||||
[gtk-sharp]:https://github.com/mono/gtk-sharp
|
[gtk-sharp]:https://github.com/openmedicus/gtk-sharp
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ AC_SUBST(GACUTIL_FLAGS)
|
|||||||
AC_SUBST(LIB_PREFIX)
|
AC_SUBST(LIB_PREFIX)
|
||||||
AC_SUBST(LIB_SUFFIX)
|
AC_SUBST(LIB_SUFFIX)
|
||||||
|
|
||||||
GTK_SHARP_VERSION=2.99.4
|
GTK_SHARP_VERSION=3.22.6
|
||||||
dnl Check for glib-sharp
|
dnl Check for glib-sharp
|
||||||
PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-3.0 >= $GTK_SHARP_VERSION)
|
PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-3.0 >= $GTK_SHARP_VERSION)
|
||||||
AC_SUBST(GLIB_SHARP_CFLAGS)
|
AC_SUBST(GLIB_SHARP_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user