Skip to content
kojix2 edited this page Feb 23, 2023 · 18 revisions

Installing a released gem

First, install GR.

gem install ruby-gr

Set the environment variable GRDIR, if you have not already done so:

export GRDIR="/your/path/to/gr"

Installing from source

git clone https://github.com/red-data-tools/GR.rb
cd GR.rb
rake build
rake install

GR Installation

See README for details.