Created
June 8, 2015 10:08
-
-
Save odekopoon/82a6d8b37d50f53b1bd8 to your computer and use it in GitHub Desktop.
capstan with qemu at osx 10.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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