You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
276 B
24 lines
276 B
3 years ago
|
# Installation
|
||
|
|
||
|
## Software requirements
|
||
|
|
||
|
### Linux
|
||
|
- ruby >= 1.9.3
|
||
|
- rubygems
|
||
|
- make
|
||
|
- gcc
|
||
|
|
||
|
### Mac OS
|
||
|
- ruby >= 1.9.3
|
||
|
- rubygems
|
||
|
- make
|
||
|
- XCode
|
||
|
|
||
|
## Install keystone
|
||
|
* cd path_to_keystone
|
||
|
* ./make.sh install
|
||
|
|
||
|
## Install ruby binding
|
||
|
* cd bindings/ruby
|
||
|
* make install
|
||
|
|