null+****@clear*****
null+****@clear*****
2011年 10月 24日 (月) 15:06:14 JST
Kouhei Sutou 2011-10-24 06:06:14 +0000 (Mon, 24 Oct 2011)
New Revision: db566ee71976ce4664745dbd39981a5e26d11eea
Log:
[doc][install] add Ubuntu 11.10 Oneiric Ocelot.
Modified files:
doc/source/install.txt
Modified: doc/source/install.txt (+27 -4)
===================================================================
--- doc/source/install.txt 2011-10-24 05:12:07 +0000 (e4abc13)
+++ doc/source/install.txt 2011-10-24 06:06:14 +0000 (e9f17e6)
@@ -72,8 +72,8 @@ Ubuntu 10.04 LTS Lucid Lynx
.. note::
- You should specify universe section of Ubuntu for
- installing by add file(ex. below-mentioned).
+ You should add universe section in the official Ubuntu
+ repository. The following describes how to add it.
/etc/apt/sources.list.d/groonga.list::
@@ -95,8 +95,8 @@ Ubuntu 11.04 Natty Narwhal
.. note::
- You should specify universe section of Ubuntu for
- installing by add file(ex. below-mentioned).
+ You should add universe section in the official Ubuntu
+ repository. The following describes how to add it.
/etc/apt/sources.list.d/groonga.list::
@@ -109,6 +109,29 @@ Install::
% sudo aptitude update
% sudo aptitude -V -D -y install groonga
+Ubuntu 11.10 Oneiric Ocelot
+---------------------------
+
+.. note::
+
+ We only distribute the package for amd64.
+
+.. note::
+
+ You should add universe section in the official Ubuntu
+ repository. The following describes how to add it.
+
+/etc/apt/sources.list.d/groonga.list::
+
+ deb http://packages.groonga.org/ubuntu/ oneiric universe
+ deb-src http://packages.groonga.org/ubuntu/ oneiric universe
+
+Install::
+
+ % sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
+ % sudo aptitude update
+ % sudo aptitude -V -D -y install groonga
+
CentOS 5
--------