Update README.md

old-version-gtk3
Zwerg12 2020-08-19 21:53:57 +00:00
rodzic 6b88deee46
commit 23621b1a51
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -28,10 +28,11 @@ Some of these formulas are from the excellent book by Jean Meeus "Astronomical A
## Libraries
GTK is used to create the GUI.
GDK and Cairo is used for the plots.
Libhandy is used to fit on small screens.
Curl (and Json) is used to connect to "Nominatim" (OpenStreetMap) to translate searched words into coordinates.
- GTK 3 is used to create the GUI.
- GDK and Cairo is used for the plots.
- Libhandy is used to make the GUI fit on small screens.
- Curl (and Json) is used to connect to "Nominatim" (OpenStreetMap) to translate searched words into coordinates.
## Build