Minimal set of files to run qemu-img
on Windows.
Simply git checkout
this repository. All necessary files are included.
git clone --quiet --depth 1 --single-branch 'https://github.com/fdcastel/qemu-img-binaries'
This adds the latest version to your TEMP
folder and add it to PATH
of current session.
$targetFolder = "$env:temp/qemu-img-binaries"
git clone --quiet --depth 1 --single-branch 'https://github.com/fdcastel/qemu-img-binaries' $targetFolder
$env:Path += ";$targetFolder"