From 0880b512fc5ad369f434b62d822f63af1398b186 Mon Sep 17 00:00:00 2001
From: tanel <alumae@gmail.com>
Date: Wed, 3 Sep 2014 15:15:55 +0300
Subject: [PATCH] first

---
 README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README b/README
index c4bc1ec..48ed82b 100644
--- a/README
+++ b/README
@@ -6,6 +6,8 @@ GStreamer plugin that wraps Kaldi's SingleUtteranceNnet2Decoder.
 HOW TO COMPILE IT
 -----------------
 
+The following works on Linux (I'm using Debian 'testing').
+
 Compile Kaldi trunk, using the shared configuration:
 In Kaldi's 'src' directory:
 
@@ -13,9 +15,11 @@ In Kaldi's 'src' directory:
 make depend
 make
 
-Now we can compil ethis plugin:
+Install gstreamer-1.0:
+
+sudo apt-get install gstreamer1.0-plugins-bad  gstreamer1.0-plugins-base gstreamer1.0-plugins-good  gstreamer1.0-pulseaudio  gstreamer1.0-plugins-ugly  gstreamer1.0-tools libgstreamer1.0-dev
 
-Change to 'src' of this project:
+Now we can compile this plugin. Change to 'src' of this project:
 
 cd src
 
-- 
GitLab