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.
_xeroxz 095f1b17d0
init commit
3 years ago
..
keystone_gem init commit 3 years ago
Makefile init commit 3 years ago
README.md init commit 3 years ago
sample.rb init commit 3 years ago

README.md

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