mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:38:16 +00:00
24 lines
No EOL
274 B
Markdown
24 lines
No EOL
274 B
Markdown
# 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
|
|
|