Kouhei Sutou
null+****@clear*****
Mon Aug 18 11:07:47 JST 2014
Kouhei Sutou 2014-08-18 11:07:47 +0900 (Mon, 18 Aug 2014) New Revision: a9e2e39631cef0d4b3f7969651697cd87cd13f30 https://github.com/groonga/groonga-gobject/commit/a9e2e39631cef0d4b3f7969651697cd87cd13f30 Message: Add "how to install" section Modified files: README.md Modified: README.md (+44 -0) =================================================================== --- README.md 2014-07-28 11:08:41 +0900 (08152d7) +++ README.md 2014-08-18 11:07:47 +0900 (731dffd) @@ -8,6 +8,50 @@ Groonga GObject 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 `<kou �� clear-code.com>` -------------- next part -------------- HTML����������������������������...Download