mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:08:15 +00:00
.. | ||
unicorn_gem | ||
Makefile | ||
README.md | ||
sample_x86.rb |
#Installation
##Softwarerequirements
Linux
- ruby >= 1.9.3
- rubygems
- make
- gcc
Mac OS
- ruby >= 1.9.3
- rubygems
- make
- XCode
Install unicorn
cd ./make.sh install
Install ruby binding
cd bindings/ruby make install