[Groonga-commit] pgroonga/pgroonga.github.io at d196954 [master] Update as pgroonga has been ported to FreeBSD

Back to archive index

5u623l20 null+****@clear*****
Wed Sep 20 05:12:19 JST 2017


5u623l20	2017-09-20 05:12:19 +0900 (Wed, 20 Sep 2017)

  New Revision: d19695406709fd98ecb622c8dbf1a90c18fc94e1
  https://github.com/pgroonga/pgroonga.github.io/commit/d19695406709fd98ecb622c8dbf1a90c18fc94e1

  Merged 3312285: Merge pull request #35 from 5u623l20/patch-1

  Message:
    Update as pgroonga has been ported to FreeBSD
    
    I have ported pgroonga in FreeBSD.
    http://www.freshports.org/databases/pgroonga/

  Modified files:
    install/freebsd.md

  Modified: install/freebsd.md (+2 -12)
===================================================================
--- install/freebsd.md    2017-08-29 23:48:12 +0900 (ecb50d5)
+++ install/freebsd.md    2017-09-20 05:12:19 +0900 (7409020)
@@ -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:
@@ -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
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170920/04e041f8/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index