https://github.com/miroku-devel/dhammapada
A multilingual Dhammapada reader for GNU/Linux
https://github.com/miroku-devel/dhammapada
buddha buddhism dhamma siddharta verses
Last synced: 24 days ago
JSON representation
A multilingual Dhammapada reader for GNU/Linux
- Host: GitHub
- URL: https://github.com/miroku-devel/dhammapada
- Owner: Miroku-devel
- License: gpl-3.0
- Created: 2026-05-05T13:27:02.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-23T22:08:00.000Z (25 days ago)
- Last Synced: 2026-05-24T00:10:00.461Z (25 days ago)
- Topics: buddha, buddhism, dhamma, siddharta, verses
- Language: Rust
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dhammapada
A multilingual Dhammapada reader for GNU/Linux.
## Language selection
The application will automatically detect your operating system's language upon startup.\
To manually override the language (for example, to run the app in German):
```
$ env LANGUAGE=de ./Dhammapada-*-x86_64.AppImage
```
## Building from source
To compile and run the project locally, ensure you have\
**Rust**, **GTK4**, and **Libadwaita** development libraries installed:\
\
Example for Ubuntu/Debian:
```bash
$ sudo apt install libgtk-4-dev libadwaita-1-dev
$ cargo run
```
## Copyright and License
The Rust application logic, UI design, assets and build scripts are licensed under the\
**GNU General Public License 3.0**.
All translations are the property of their respective authors or original publishers.\
For the complete list of translators, sources, and individual license terms for each language\
please consult the [CREDITS](./CREDITS) file.