null+****@clear*****
null+****@clear*****
2011年 2月 9日 (水) 11:09:11 JST
Kouhei Sutou 2011-02-09 02:09:11 +0000 (Wed, 09 Feb 2011)
New Revision: 098490306b44dfe88c895348f29ec7de3bc12927
Log:
add install document on Mac OS X with MacPorts.
Modified files:
doc/ja/source/install.txt
Modified: doc/ja/source/install.txt (+9 -0)
===================================================================
--- doc/ja/source/install.txt 2011-02-08 10:56:26 +0000 (6614536)
+++ doc/ja/source/install.txt 2011-02-09 02:09:11 +0000 (632f652)
@@ -97,6 +97,15 @@ Fedora 14
% sudo yum update
% sudo yum install -y groonga groonga-tokenizer-mecab groonga-devel
+Mac OS X (MacPorts)
+-------------------
+
+インストール::
+
+ % git clone https://github.com/groonga/macports.git ~/groonga-macports
+ % (echo; echo file://$HOME/groonga-macports) | sudo sh -c "cat >> /opt/local/etc/macports/sources.conf"
+ % sudo port install groonga
+
その他
------