From da418a999b69f3bf17ae9cfe97fa224646226083 Mon Sep 17 00:00:00 2001
From: njskalski <andrzej.j.skalski@gmail.com>
Date: Thu, 20 Aug 2020 15:35:37 +0200
Subject: [PATCH] updated readme to include ubuntu dependencies.

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 21b1783..b476e24 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,21 @@ and the application of a filter to the spectral data received by the telescope.
 ![RadTel](./screenshots/radtel.gif)
 
 
+# Build dependencies 
+
+Ubuntu:
+
+```
+sudo apt install \
+  gobject-introspection \
+  gtk-doc-tools \
+  libtool \
+  autoconf \
+  automake \
+  libgladeui-dev
+
+```
+
 
 # Notes
 
-- 
GitLab