mirror of https://github.com/ppy/SDL3-CS.git
Merge pull request #180 from smoogipoo/add-docker-readme
Document binding generation in README
This commit is contained in:
commit
7803512144
|
|
@ -8,6 +8,15 @@ The library is functional and available for public use. While it is actively mai
|
||||||
|
|
||||||
Contributions to keep the bindings up-to-date with upstream SDL3 changes are welcome. If you have improvements or updates, feel free to submit a pull request.
|
Contributions to keep the bindings up-to-date with upstream SDL3 changes are welcome. If you have improvements or updates, feel free to submit a pull request.
|
||||||
|
|
||||||
|
## Generating Bindings
|
||||||
|
|
||||||
|
Bindings should be generated via the provided Dockerfile:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker build -t 'sdl-gen' .
|
||||||
|
docker run --rm -v .:/app -w /app -it sdl-gen
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This code is released under [MIT](LICENCE).
|
This code is released under [MIT](LICENCE).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue