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-01-12 02:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8aeaff9385
Branches
Tags
No results found.
unicorn
/
bindings
/
ruby
/
README.md
Sascha Schirra
a9de03edfb
README format changed
2016-03-22 12:26:12 +01:00
274 B
Raw
Blame
History
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