From 444120de92b7ffddb52331618c532cdc7eb2a2f9 Mon Sep 17 00:00:00 2001 From: Konrad Kosmatka Date: Fri, 26 Jan 2024 21:51:33 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6203048..c3d5f67 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ User interface for XDR-F1HD tuner with XDR-I2C modification. ![Screenshot](/xdr-gtk.png?raw=true) -Copyright (C) 2012-2023 Konrad Kosmatka +Copyright (C) 2012-2024 Konrad Kosmatka https://fmdx.pl/xdr-gtk/ @@ -17,6 +17,14 @@ In order to build XDR-GTK you will need: - CMake - C compiler - GTK+ 3 & dependencies +- librdsparser (https://github.com/kkonradpl/librdsparser) + +The librdsparser is available as submodule. + +Clone the repository with: +```sh +$ git clone --recurse-submodules https://github.com/kkonradpl/xdr-gtk +``` Once you have all the necessary dependencies, you can use scripts available in the `build` directory.