elphin/README.md

17 lines
324 B
Markdown
Raw Permalink Normal View History

2024-05-05 11:57:35 +00:00
# Evil Enchantress Elphin
Turns your ELFs into DOLphins using the power of Zig (and CPU cycles).
2024-05-05 17:09:56 +00:00
## Build
`zig build`
## Usage
2024-05-10 18:48:01 +00:00
Binary: `elphin input.elf output.dol`
You can embed elphin as part of a Zig build pipeline by following the example in `example-ci`
2024-05-05 17:09:56 +00:00
2024-05-05 11:57:35 +00:00
## License
`AGPL-3.0-only`, check `LICENSE` for full text