[Groonga-commit] groonga/groonga at 721d5c7 [master] Fix how to install Sphinx

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 24 23:36:25 JST 2014


Kouhei Sutou	2014-12-24 23:36:25 +0900 (Wed, 24 Dec 2014)

  New Revision: 721d5c73a3e60cb173a60074296e23d3a67255d6
  https://github.com/groonga/groonga/commit/721d5c73a3e60cb173a60074296e23d3a67255d6

  Message:
    Fix how to install Sphinx

  Modified files:
    configure.ac

  Modified: configure.ac (+3 -3)
===================================================================
--- configure.ac    2014-12-24 23:27:35 +0900 (e4b9b62)
+++ configure.ac    2014-12-24 23:36:25 +0900 (83c71ad)
@@ -1215,15 +1215,15 @@ Install it and try again.
 How to install sphinx-build:
 
 For Debian GNU/Linux based system like Ubuntu:
-  % sudo apt-get install -y python-pip
-  % sudo pip install sphinx
+  % sudo apt-get install -y python-sphinx
 
 For Red Hat based system like CentOS:
   % sudo yum install -y python-pip
   % sudo pip install sphinx
 
 For OS X with Homebrew:
-  % brew install pip
+  % brew install python
+  % brew install gettext
   % export PATH="`brew --prefix gettext`/bin:\$PATH"
   % pip install sphinx])
     fi
-------------- next part --------------
HTML����������������������������...
다운로드 



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