mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:08:10 +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
|
||||
- ruby >= 1.9.3
|
||||
- rubygems
|
||||
- make
|
||||
- gcc
|
||||
### Linux
|
||||
- ruby >= 1.9.3
|
||||
- rubygems
|
||||
- make
|
||||
- gcc
|
||||
|
||||
Mac OS
|
||||
- ruby >= 1.9.3
|
||||
- rubygems
|
||||
- make
|
||||
- XCode
|
||||
### Mac OS
|
||||
- ruby >= 1.9.3
|
||||
- rubygems
|
||||
- make
|
||||
- XCode
|
||||
|
||||
2. Install unicorn
|
||||
------------------
|
||||
cd <path to unicorn>
|
||||
./make.sh install
|
||||
## Install unicorn
|
||||
cd <path to unicorn>
|
||||
./make.sh install
|
||||
|
||||
3. Install ruby binding
|
||||
-----------------------
|
||||
cd bindings/ruby
|
||||
make install
|
||||
## Install ruby binding
|
||||
cd bindings/ruby
|
||||
make install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue