Skip to content

fdcastel/qemu-img-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qemu-img-binaries

Minimal set of files to run qemu-img on Windows.

How to install

Simply git checkout this repository. All necessary files are included.

git clone --quiet --depth 1 --single-branch 'https://github.com/fdcastel/qemu-img-binaries'

Quick usage

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"

About

Minimal set of files to run qemu-img on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published