This should work the same in all environments.
Use the build.sh
script to produce the fftwisdom:latest
image
-t
specifies the tag version image (default islatest
)-f
specifies an alternate Dockerfile to the defaultDockerfile
used forx86-64
architecture. This can bearmv8.ubuntu.Dockerfile
forarmv8
Use the run.sh
script without options to run the image and produce a fftw-wisdom
file with common fft sizes in the ~/.config/sdrangel
directory.
The available options are:
-t
specifies the tag version image (default islatest
)-c
specifies a container name. Default isfftwisdom
-s
specifies FFT sizes in fftwf-wisdom format (default128 256 512 1024 b128 b256 b512 b1024
)-f
specifies the FFT wisdom file name in~/.config/sdrangel
(defaultfftw-wisdom
)