null+****@clear*****
null+****@clear*****
2011年 5月 1日 (日) 16:28:10 JST
Kouhei Sutou 2011-05-01 07:28:10 +0000 (Sun, 01 May 2011)
New Revision: 17f41f48ae0a952339fb28bb6cb606f699d61194
Log:
[doc] don't install needless libgroonga-dev.
Modified files:
doc/ja/source/install.txt
Modified: doc/ja/source/install.txt (+5 -5)
===================================================================
--- doc/ja/source/install.txt 2011-05-01 07:18:45 +0000 (3a8b78c)
+++ doc/ja/source/install.txt 2011-05-01 07:28:10 +0000 (69e2536)
@@ -21,7 +21,7 @@ Debian GNU/Linux squeeze
% sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
% sudo aptitude update
- % sudo aptitude -V -D -y install groonga libgroonga-dev
+ % sudo aptitude -V -D -y install groonga
Debian GNU/Linux wheezy
-----------------------
@@ -37,7 +37,7 @@ Debian GNU/Linux wheezy
% sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
% sudo aptitude update
- % sudo aptitude -V -D -y install groonga libgroonga-dev
+ % sudo aptitude -V -D -y install groonga
Debian GNU/Linux sid
--------------------
@@ -53,7 +53,7 @@ Debian GNU/Linux sid
% sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
% sudo aptitude update
- % sudo aptitude -V -D -y install groonga libgroonga-dev
+ % sudo aptitude -V -D -y install groonga
Ubuntu 10.04 LTS Lucid Lynx
---------------------------
@@ -71,7 +71,7 @@ Ubuntu 10.04 LTS Lucid Lynx
% sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
% sudo aptitude update
- % sudo aptitude -V -D -y install groonga libgroonga-dev
+ % sudo aptitude -V -D -y install groonga
Ubuntu 11.04 Natty Narwhal
--------------------------
@@ -89,7 +89,7 @@ Ubuntu 11.04 Natty Narwhal
% sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
% sudo aptitude update
- % sudo aptitude -V -D -y install groonga libgroonga-dev
+ % sudo aptitude -V -D -y install groonga
CentOS 5
--------