ezpp-oppai-rx/swig/README.md

18 lines
247 B
Markdown
Raw Permalink Normal View History

2021-04-23 11:31:43 +00:00
these are maintainer instructions, check the readme's in the binding
directories for user guides
# requirements
* swig
* docker
* twine (pip)
# building all bindings
```sh
./build.sh
```
# publishing all bindings
```sh
PUBLISH=1 ./build.sh
```