Skip to content

Script to install static qemu binaries, for cross plattform development or h4x0rs, lel.

License

Notifications You must be signed in to change notification settings

4thel00z/get-qemu.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-qemu.sh

Motivation

I want emulation for the following archs:

  • arm
  • s390x
  • amd64
  • ppc64le

and this scripts installs all statically compiled qemu versions of them for me.

Usage

To fetch all new qemu versions do:

make
# optionally, if you want to install to /usr/local/bin
make install

If you want to run the tests (needs a go toolchain!), do:

make test-all

If you want to download a specific version of qemu, you can also invoke fetch.sh yourself and pass the version as an argument:

./fetch.sh v6.0.4

License

This project is licensed under the GPL-3 license.

About

Script to install static qemu binaries, for cross plattform development or h4x0rs, lel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published