No description
This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-10-17 21:37:26 +02:00
build-docker.sh Scripting aligned to the linuxdeploy plugin conda 2019-10-17 21:37:26 +02:00
Dockerfile Scripting aligned to the linuxdeploy plugin conda 2019-10-17 21:37:26 +02:00
LICENSE Add LICENSE 2019-08-21 09:36:02 +00:00
README.md Add a simple readme with the commands 2019-08-09 22:11:23 +02:00

This containers ease the compilation and packaging of a working version of KiCad.

How to build the container

Simply build the container with docker build . -t kicad-builder-docker.

How to build KiCad

Run the container with a /kicad volume pointing to a repository with the sources : docker run --rm -it -v $(pwd):/kicad kicad-builder-docker kicad Release