Update README.md
authorStephan Sundermann <stephansundermann@gmail.com>
Mon, 17 Jun 2013 14:36:35 +0000 (17:36 +0300)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:20 +0000 (16:52 +0100)
README.md

index f8c4d3e..45012ce 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,3 +2,11 @@ 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
+```