Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion c_glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,21 @@ There are supported platforms:
* Debian GNU/Linux Jessie
* Ubuntu 16.04 LTS
* Ubuntu 16.10
* Ubuntu 17.04
* CentOS 7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to add these installation instructions to the website

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created #670.


You can feedback to https://github.com/kou/arrow-packages about
packages things.

#### Debian GNU/Linux jessie

You need to install `apt-transport-https` to use HTTPS for APT
repository.

```text
% sudo apt install -y apt-transport-https
```

You need to add the following apt-lines to
`/etc/apt/sources.list.d/groonga.list`:

Expand All @@ -84,7 +92,7 @@ Now you can install Arrow GLib packages:
% sudo apt install -y libarrow-glib-dev
```

#### Ubuntu 16.04 LTS and Ubuntu 16.10
#### Ubuntu

You need to add an APT repository:

Expand Down