Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonradpl committed Jan 26, 2024
1 parent 5ba691b commit 444120d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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.

Expand Down

0 comments on commit 444120d

Please sign in to comment.