https://github.com/learnixos/learnixos-wizard
Startup wizard for LearnixOS
https://github.com/learnixos/learnixos-wizard
Last synced: 12 days ago
JSON representation
Startup wizard for LearnixOS
- Host: GitHub
- URL: https://github.com/learnixos/learnixos-wizard
- Owner: LearnixOS
- License: gpl-3.0
- Created: 2025-01-23T15:15:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:25:21.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:46:26.268Z (about 1 year ago)
- Language: C++
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LearnixOS-Wizard
Startup wizard for LearnixOS
### Dependencies:
- gtkmm-4.0
- c++ compiler (clang or gcc)
### Compiling steps:
```bash
gcc++ wiz.cpp `pkg-config --cflags --libs gtkmm-4.0` -o wizard
# or
clang++ wiz.cpp `pkg-config --cflags --libs gtkmm-4.0` -o wizard
```