mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
30 lines
470 B
Markdown
30 lines
470 B
Markdown
# Flashcards
|
|
|
|
## Dependencies
|
|
|
|
- Meson
|
|
- C Compiler
|
|
- GTK4
|
|
- Libadwaita
|
|
- SQLite
|
|
- Blueprint Compiler
|
|
|
|
Optional:
|
|
- desktop-file-validate
|
|
|
|
## Build
|
|
|
|
```
|
|
meson setup builddir
|
|
cd ./builddir
|
|
meson compile
|
|
```
|
|
|
|
## Docs
|
|
|
|
[Flashcards.pdf](https://gitlab.cvh-server.de/skrause/flashcards/-/jobs/artifacts/main/raw/Flashcards.pdf?job=docs)
|
|
|
|
## Download
|
|
|
|
[Flatpak](https://gitlab.cvh-server.de/skrause/flashcards/-/jobs/artifacts/main/raw/li.sopht.Flashcards.flatpak?job=flatpak)
|