mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:28:21 +00:00
README changed
This commit is contained in:
parent
5e72ce39f0
commit
937b3bc22c
1 changed files with 19 additions and 10 deletions
|
@ -2,6 +2,7 @@ Installation
|
|||
============
|
||||
|
||||
1. Softwarerequirements
|
||||
-----------------------
|
||||
|
||||
Linux
|
||||
- ruby >= 1.9.3
|
||||
|
@ -16,5 +17,13 @@ Mac OS
|
|||
- XCode
|
||||
|
||||
2. Install unicorn
|
||||
------------------
|
||||
cd <path to unicorn>
|
||||
./make.sh install
|
||||
|
||||
3. Install ruby binding
|
||||
-----------------------
|
||||
cd bindings/ruby
|
||||
make install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue