Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 1 addition & 20 deletions CN/modules/ROOT/pages/v4.6/34.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ PGroonga 应运而生,它是一个 PostgreSQL 的扩展插件,将 ​​Groo

==== 安装 groonga

** 安装依赖 kytea
```
git clone https://github.com/neubig/kytea.git
autoreconf -i
./configure
make
sudo make install
```

** 安装依赖 libzmq
```
从https://github.com/zeromq/libzmq/releases/tag/v4.3.5 下载zeromq-4.3.5.tar.gz
tar xvf zeromq-4.3.5.tar.gz
cd zeromq-4.3.5/
./configure
make
sudo make install
```

** 下载 groonga包,安装指定依赖
```
wget https://packages.groonga.org/source/groonga/groonga-latest.tar.gz
Expand Down Expand Up @@ -98,4 +79,4 @@ ivorysql=# SELECT * FROM pg_available_extensions WHERE name = 'pgroonga';
```

== 使用
关于PGroonga的使用,请参阅 https://pgroonga.github.io/tutorial[PGroonga官方文档]
关于PGroonga的使用,请参阅 https://pgroonga.github.io/tutorial[PGroonga官方文档]
19 changes: 0 additions & 19 deletions EN/modules/ROOT/pages/v4.6/34.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,6 @@ IvorySQL 4.6 or higher version is already installed in the environment, with the

==== Install groonga

** Install dependency kytea
```
git clone https://github.com/neubig/kytea.git
autoreconf -i
./configure
make
sudo make install
```

** Install dependency libzmq
```
Download zeromq-4.3.5.tar.gz from https://github.com/zeromq/libzmq/releases/tag/v4.3.5
tar xvf zeromq-4.3.5.tar.gz
cd zeromq-4.3.5/
./configure
make
sudo make install
```

** Download groonga package and install specified dependencies
```
wget https://packages.groonga.org/source/groonga/groonga-latest.tar.gz
Expand Down