old-version-gtk3
Zwarf 2020-08-23 18:32:50 +02:00
commit 3a6ca01e18
1 zmienionych plików z 8 dodań i 5 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
@ -39,11 +40,13 @@ At the moment this application is NOT functional and I only test this applicatio
Some parts of Libhandy like "HdyViewSwitcherBar" are only showen correctly with "Adwaita" as theme.
```diff
git clone https://gitlab.com/Zwerg12/picplanner.git
cd picplanner
meson builddir
cd builddir
ninja
ninja install
``
```
## Screenshots