Update README.md
[platform/upstream/gstreamer.git] / README.md
1 gstreamer-sharp
2 ===============
3
4 Bindings for gstreamer-1.0 generated from introspection data
5
6 Compilation
7 ==============
8
9 Open a terminal, navigate to the folder containting this repository and run:
10 ``` Bash
11 ./autogen.sh && make
12 ```