Files
2026-04-27 21:05:50 -04:00

9 lines
347 B
Markdown

This repository builds a Docker image wrapping 32-bit wine and containing all dependencies needed to build Nintendo DS ROMs from source.
```bash
docker exec -v $(pwd):/work -w /work ghcr.io/pret/dsbuild:latest wine tools/mwccarm/2.0/sp2p2/mwccarm.exe ...
```
For contacts and other pret projects, see [pret.github.io](https://pret.github.io/).