mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:28:16 +00:00
README format changed
This commit is contained in:
parent
937b3bc22c
commit
80b2f45178
1 changed files with 18 additions and 22 deletions
|
@ -1,29 +1,25 @@
|
||||||
Installation
|
#Installation
|
||||||
============
|
|
||||||
|
|
||||||
1. Softwarerequirements
|
##Softwarerequirements
|
||||||
-----------------------
|
|
||||||
|
|
||||||
Linux
|
### Linux
|
||||||
- ruby >= 1.9.3
|
- ruby >= 1.9.3
|
||||||
- rubygems
|
- rubygems
|
||||||
- make
|
- make
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
Mac OS
|
### Mac OS
|
||||||
- ruby >= 1.9.3
|
- ruby >= 1.9.3
|
||||||
- rubygems
|
- rubygems
|
||||||
- make
|
- make
|
||||||
- XCode
|
- XCode
|
||||||
|
|
||||||
2. Install unicorn
|
## Install unicorn
|
||||||
------------------
|
cd <path to unicorn>
|
||||||
cd <path to unicorn>
|
./make.sh install
|
||||||
./make.sh install
|
|
||||||
|
|
||||||
3. Install ruby binding
|
## Install ruby binding
|
||||||
-----------------------
|
cd bindings/ruby
|
||||||
cd bindings/ruby
|
make install
|
||||||
make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue