SIRF Superbuild with WSL on Windows 11 - SyneRBI/SIRF GitHub Wiki

Our normal Linux installation instructions apply (see SIRF-SuperBuild-Ubuntu for Ubuntu and other Debian systems), with a few small changes.

Enabling cgo

When using go from conda-forge, KT had to set

export CGO_ENABLED=1

before building, as otherwise the Gadgetron server was not able to connect to the mrd-storage-server with the (somewhat cryptic) message

Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

ISMRMRD test failure

You might see a locale error during testing. We believe this is harmless. See https://github.com/ismrmrd/ismrmrd/issues/269