unicorn/bindings/ruby
2016-03-27 20:58:05 +02:00
..
unicorn_gem Bugfix: remove hook_add call if no insn type is given 2016-03-27 20:58:05 +02:00
Makefile
README.md README format changed 2016-03-22 12:26:12 +01:00
sample_x86.rb ruby: spaces & indentation 2016-03-22 20:54:51 +08:00

Installation

Software requirements

Linux

  • ruby >= 1.9.3
  • rubygems
  • make
  • gcc

Mac OS

  • ruby >= 1.9.3
  • rubygems
  • make
  • XCode

Install unicorn

  • cd path_to_unicorn
  • ./make.sh install

Install ruby binding

  • cd bindings/ruby
  • make install