Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 672 Bytes

File metadata and controls

29 lines (19 loc) · 672 Bytes

Bopmatic Build Container

The Bopmatic Build Container contains the set of tools, libraries, and compilers required for creating Bopmatic projects.

Building

make

Installing

This container image is published to Docker Hub at https://hub.docker.com/r/bopmatic/build and can be installed via:

docker run -i -t --rm --name bopmatic-build -v $PWD:$PWD -w $PWD bopmatic/build:latest /bin/bash

Usage

TBD

Contributing

Pull requests are welcome at https://github.com/bopmatic/build-container For major changes, please open an issue first to discuss what you would like to change.

License

AGPL3