https://github.com/groonga/groonga-gobject
GObject wrapper of Groonga.
https://github.com/groonga/groonga-gobject
Last synced: about 1 year ago
JSON representation
GObject wrapper of Groonga.
- Host: GitHub
- URL: https://github.com/groonga/groonga-gobject
- Owner: groonga
- License: lgpl-3.0
- Created: 2013-11-30T14:50:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T16:42:55.000Z (almost 11 years ago)
- Last Synced: 2025-04-10T01:10:39.787Z (about 1 year ago)
- Language: C
- Size: 535 KB
- Stars: 6
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# README
## Name
Groonga GObject
## Description
GObject wrapper of Groonga. TODO...
## Install
### Debian GNU/Linux
[Set up Groonga APT repository](http://groonga.org/docs/install/debian.html).
Run the following command:
% sudo apt-get install -V -y gir1.2-groonga libgroonga-gobject0
### Ubuntu
[Set up Groonga APT repository](http://groonga.org/docs/install/ubuntu.html).
Run the following command:
% sudo apt-get install -V -y gir1.2-groonga libgroonga-gobject0
### Fedora
[Set up Groonga YUM repository](http://groonga.org/docs/install/fedora.html).
Run the following command:
% sudo yum install -y groonga-gobject
### From source
[Install Groonga](http://groonga.org/docs/install.html) and
[GObject Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection).
Download `groonga-gobject-${VERSION}.tar.gz` from
http://packages.groonga.org/source/groonga-gobject/ like:
% wget http://packages.groonga.org/source/groonga-gobject/groonga-gobject-1.0.1.tar.gz
Run the following commands:
% tar xf groonga-gobject-1.0.1.tar.gz
% cd groonga-gobject-1.0.1
% ./configure
% make
% sudo make install
## Authors
* Kouhei Sutou ``
## License
LGPL 3.0 or later. See COPYING for details.
(Kouhei Sutou has a right to change the license including contributed
patches.)