mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 04:31:39 +01:00
31 lines
487 B
Markdown
31 lines
487 B
Markdown
# Flashcards
|
|
|
|
## Dependencies
|
|
|
|
**Required:**
|
|
- 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)
|