From 283dff0933a0db4eab57b16d617d86501833de2d Mon Sep 17 00:00:00 2001 From: Charles Magahern Date: Sun, 13 Dec 2020 23:47:12 -0800 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd1c921..d743348 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ listener supported radio, written in C++ and GTK. Building -------------------------------------------------------------------------------- +somafm-gtk depends on the following libraries. Install these before building. + +- gtkmm-3.0 +- gstreamermm-1.0 +- curlpp +- jsonpp + +The project uses the CMake build system. Run the following commands to build. + mkdir build ; cd build cmake .. make -- 2.45.2