Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure --prefix=/usr/local/sphinx
- --with-mysql-includes=/usr/local/Cellar/mysql/8.0.12/include/mysql
- --with-mysql-libs=/usr/local/Cellar/mysql/8.0.12/lib
- ./configure
- brew install sphinx --prefix=/usr/local/sphinx --with-mysql-includes=/Applications/MAMP/Library/mysql/include --with-mysql-libs=/Applications/MAMP/Library/mysql/lib
- ln -s /usr/local/sphinx/bin/indextool /usr/local/bin/indextool
- ln -s /usr/local/sphinx/bin/searchd /usr/local/bin/searchd
- ln -s /usr/local/sphinx/bin/spelldump /usr/local/bin/spelldump
- ln -s /usr/local/sphinx/bin/wordbreaker /usr/local/bin/wordbreaker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement