Skip to content

Commit

Permalink
Merge pull request #35 from 5u623l20/patch-1
Browse files Browse the repository at this point in the history
Update as pgroonga has been ported to FreeBSD

Patch by 5u623l20. Thanks!!!
  • Loading branch information
kou committed Sep 20, 2017
2 parents 87cce56 + d196954 commit 3312285
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions install/freebsd.md
Expand Up @@ -10,10 +10,10 @@ This document describes how to install PGroonga on FreeBSD.

You can use the following instruction to install PGroonga on FreeBSD.

Install Groonga, PostgreSQL, pkg-config and GNU Make by `pkg`:
Install pgroonga and PostgreSQL by `pkg`:

```text
% sudo pkg install -y groonga pkgconf postgresql{{ site.freebsd_postgresql_version }}-server
% sudo pkg install -y pgroonga postgresql{{ site.freebsd_postgresql_version }}-server
```

If you want to use [MeCab](http://taku910.github.io/mecab/) as a tokenizer, install `japanese/mecab-ipadic` additionally:
Expand Down Expand Up @@ -42,16 +42,6 @@ Start PostgreSQL:
% sudo -H service postgresql start
```

Install PGroonga from source:

```text
% curl -O https://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.tar.gz
% tar xvf pgroonga-{{ site.pgroonga_version }}.tar.gz
% cd pgroonga-{{ site.pgroonga_version }}
% gmake HAVE_MSGPACK=1
% sudo -H gmake install
```

Create a database:

```text
Expand Down

0 comments on commit 3312285

Please sign in to comment.