From e3e1b38e69f5314d825c2d58008bf9594656f06b Mon Sep 17 00:00:00 2001 From: ysaito8015 Date: Wed, 25 Oct 2017 01:48:11 +0900 Subject: [PATCH] Update README.md Add 'Before Install' section. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16de7c1..7024a9a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,16 @@ Arrow GLib is a C wrapper for [Arrow C++](https://github.com/apache/arrow/tree/m gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Arrow uses GObject Introspection via gobject-introspection gem. +## Before Install +### Ubuntu + +If you want to use Ruby packages for Ubuntu 16.04 LTS. + +```text +% sudo apt install ruby ruby-dev +% gem update +``` + ## Install Install Arrow GLib before install Red Arrow. Use [packages.red-data-tools.org](https://github.com/red-data-tools/packages.red-data-tools.org) for installing Arrow GLib.