From 19a247802d7c1909a4757ae952ea31255f6a11b3 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 11 May 2010 15:01:36 +0200 Subject: network/sphinx: Initial import --- network/sphinx/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 network/sphinx/README (limited to 'network/sphinx/README') diff --git a/network/sphinx/README b/network/sphinx/README new file mode 100644 index 000000000000..7da36aa4ab5b --- /dev/null +++ b/network/sphinx/README @@ -0,0 +1,10 @@ +Sphinx is a full-text search engine, distributed under GPL version 2. + +Generally, it's a standalone search engine, meant to provide fast, +size-efficient and relevant fulltext search functions to other +applications. Sphinx was specially designed to integrate well with +SQL databases and scripting languages. + +mysql_config should be on your path when building, or you will need +to edit the build script configure command to point to the MySQL +library and include directories. -- cgit v1.2.3