Files
keystone-engine-keystone/bindings/ruby/README.md
T
2016-05-15 00:07:39 +02:00

24 lines
276 B
Markdown

# 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