Sign inSign up

nohal/opencpn-builder

By nohal

Updated over 2 years ago

Image of a Debian environment ready to build OpenCPN

Image
0

651

nohal/opencpn-builder repository overview

Using the image

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

Tag summary

Content type

Image

Digest

sha256:86c7e6335

Size

492.2 MB

Last updated

over 2 years ago

docker pull nohal/opencpn-builder