https://github.com/boon-code/swig-example
Simple playground example using SWIG
https://github.com/boon-code/swig-example
Last synced: 4 months ago
JSON representation
Simple playground example using SWIG
- Host: GitHub
- URL: https://github.com/boon-code/swig-example
- Owner: boon-code
- License: mit
- Created: 2020-07-19T15:03:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T15:05:52.000Z (almost 6 years ago)
- Last Synced: 2025-10-06T10:50:48.336Z (8 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SWIG Python example
===================
Simple example how to use SWIG and Python packages together.
# Guide
You can build the extension module and package using the Dockerfile and `docker-inside`
package like this:
docker build -t swig-example:latest ./docker/
docker-inside -W $(pwd)/example --tmp-home swig-example:latest
Inside the container, run `./build-all.sh` to build the example and run a
simple show case script.