This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu
/
unicorn
Watch
1
Star
0
Fork
You've already forked unicorn
0
mirror of
https://github.com/yuzu-emu/unicorn.git
synced
2025-03-08 10:09:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76786850c4
Branches
Tags
No results found.
unicorn
/
bindings
/
ruby
History
Nguyen Anh Quynh
c9b36c1b1d
Merge pull request
#475
from sashs/master
...
GDT regress test
2016-03-25 10:09:04 +07:00
..
unicorn_gem
Merge pull request
#475
from sashs/master
2016-03-25 10:09:04 +07:00
Makefile
ruby binding added
2016-03-22 12:17:23 +01:00
README.md
README format changed
2016-03-22 12:26:12 +01:00
sample_x86.rb
ruby: spaces & indentation
2016-03-22 20:54:51 +08:00
README.md
Installation
Software requirements
Linux
ruby >= 1.9.3
rubygems
make
gcc
Mac OS
ruby >= 1.9.3
rubygems
make
XCode
Install unicorn
cd path_to_unicorn
./make.sh install
Install ruby binding
cd bindings/ruby
make install