Hamlib/docker-build
Dawid SQ6EMM c85a4b9224 Add method to build inside docker 2021-10-04 15:31:04 +02:00
..
Dockerfile Add method to build inside docker 2021-10-04 15:31:04 +02:00
README.docker Add method to build inside docker 2021-10-04 15:31:04 +02:00

README.docker

This is all about building hamlib inside docker contariner - so that you do not need to install dependencied on your local machine.

1. Build docker container

(cd docker-build && docker build --no-cache -t this.registry.is.invalid/hamlib-build .)

2. Build hamlib

docker run -ti -u root -v $(pwd):/home/hamlib/build -v /usr/local/hamlib-alpha:/usr/local/hamlib-alpha this.registry.is.invalid/hamlib-build

3. Execute hamlib

/usr/local/hamlib-alpha/bin/rigctl <your options here>