https://github.com/axos-project/about
GTK app that shows basic infos about AxOS
https://github.com/axos-project/about
Last synced: 4 months ago
JSON representation
GTK app that shows basic infos about AxOS
- Host: GitHub
- URL: https://github.com/axos-project/about
- Owner: AxOS-project
- Created: 2024-11-18T19:59:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:32:03.000Z (over 1 year ago)
- Last Synced: 2025-10-29T05:45:01.947Z (8 months ago)
- Language: Meson
- Size: 200 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About AxOS
Simple GTK app that shows basic information about AxOS.
## Build
```bash
meson build --prefix=/usr
ninja -C build
```
## Install
(after the build step)
```bash
sudo ninja -C build install
```
