summaryrefslogtreecommitdiff
path: root/README.md
blob: 45012ce01efbac15d564c196f88cde2e804f391c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
gstreamer-sharp
===============

Bindings for gstreamer-1.0 generated from introspection data

Compilation
==============

Open a terminal, navigate to the folder containting this repository and run:
``` Bash
./autogen.sh && make
```