mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
276 B
276 B
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