Image of a Debian environment ready to build OpenCPN
651
Clone the OpenCPN source to your machine and mount it to the container as a volume
docker run -v <Path to your OpenCPN source tree>:/src:Z -it nohal/opencpn-builder:latest bash
To use the image for builds targetting other architecture, use the --arch parameter
docker run --arch arm64 -v <Path to your OpenCPN source tree>:/src:Z -it nohal/opencpn-builder:latest bash
Now you can follow the normal Linux build instructions from https://opencpn-manuals.github.io/main/opencpn-dev/linux.html
Content type
Image
Digest
sha256:86c7e6335…
Size
492.2 MB
Last updated
over 2 years ago
docker pull nohal/opencpn-builder