Created
February 4, 2013 03:26
-
-
Save benlieb/4704866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benlieb@bens 10:21 PM ~/my_life/sites/2007/idance/rails_repo > | |
$ brew options sphinx | |
--mysql | |
Force compiling against MySQL | |
--pgsql | |
Force compiling against PostgreSQL | |
--id64 | |
Force compiling with 64-bit ID support | |
benlieb@bens 10:24 PM ~/my_life/sites/2007/idance/rails_repo > | |
$ brew install sphinx --mysql | |
==> Downloading http://sphinxsearch.com/files/sphinx-2.0.6-release.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/sphinx-2.0.6.tar.gz | |
==> Downloading http://snowball.tartarus.org/dist/libstemmer_c.tgz | |
Already downloaded: /Library/Caches/Homebrew/libstemmer_c.tgz | |
==> ./configure --prefix=/usr/local/Cellar/sphinx/2.0.6 --localstatedir=/usr/local/var --with-libstemmer --with-pgsql | |
==> make install | |
==> Caveats |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment