Skip to content

Instantly share code, notes, and snippets.

@odekopoon
Created June 8, 2015 10:08
Show Gist options
  • Save odekopoon/82a6d8b37d50f53b1bd8 to your computer and use it in GitHub Desktop.
Save odekopoon/82a6d8b37d50f53b1bd8 to your computer and use it in GitHub Desktop.
capstan with qemu at osx 10.7
brew update
brew install qemu
CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64 capstan run -p qemu cloudius/osv
# ~/.bash_profile に追加
export CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment