[Groonga-commit] ranguba/rroonga at 800f0a3 [master] Add install.textile

Back to archive index

ongaeshi null+****@clear*****
Tue Feb 4 00:21:34 JST 2014


ongaeshi	2014-02-04 00:21:34 +0900 (Tue, 04 Feb 2014)

  New Revision: 800f0a35f896217c46f3128ae81772f20245127c
  https://github.com/ranguba/rroonga/commit/800f0a35f896217c46f3128ae81772f20245127c

  Message:
    Add install.textile

  Added files:
    doc/text/install.textile

  Added: doc/text/install.textile (+77 -0) 100644
===================================================================
--- /dev/null
+++ doc/text/install.textile    2014-02-04 00:21:34 +0900 (5ba5475)
@@ -0,0 +1,77 @@
+h1. Install
+
+h2. Install from gem
+
+When Groonga is not installed, Install together.
+If use Windows, Please install from  Binary Package & gem.
+
+<pre>
+!!!command_line
+% sudo gem install rroonga
+</pre>
+
+h2. Install from Binary Package & gem
+
+It is useful when the following.
+
+* Failed to install Groonga
+* Reduction of installation time
+
+h3. Windows
+
+h4. RubyInstaller + DevKit
+
+<pre>
+!!!command_line
+% gem.bat install rroonga
+</pre>
+
+h4. ActiveScriptRuby
+
+<pre>
+!!!command_line
+% gem.bat install rroonga --platform x86-mingw32
+</pre>
+
+h3. Mac OS X
+
+h4. MacPorts
+
+<pre>
+!!!command_line
+% sudo port install groonga
+% sudo gem install rroonga
+</pre>
+
+h4. Homebrew
+
+TODO
+
+h3. Debian GNU/Linux
+
+TODO
+
+h3. Ubuntu
+
+<pre>
+!!!command_line
+% sudo apt-get install libgroonga-dev
+% sudo gem install rroonga
+</pre>
+
+h3. CentOS
+
+<pre>
+!!!command_line
+% sudo yum install groonga-devel -y
+% sudo gem install rroonga
+</pre>
+
+h3. Fedora
+
+TODO
+
+h2. Links
+
+* "2. Install — Groonga documentation":http://groonga.org/docs/install.html
+
-------------- next part --------------
HTML����������������������������...
Descargar 



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