Files
SOM/README.md
2025-11-07 23:17:22 +00:00

16 lines
213 B
Markdown

# SparkleVerse OS Manager
Simple Qt6 / C++ tool to organise and manage my SparkleVerse OS build.
## Build
```bash
mkdir build
cd build
cmake ..
make
```
Run the resulting executable from the build directory.