summaryrefslogtreecommitdiffstats
path: root/network/sphinx/README
diff options
context:
space:
mode:
author Michael Johnson2010-05-11 15:01:36 +0200
committer Robby Workman2010-05-11 15:01:36 +0200
commit19a247802d7c1909a4757ae952ea31255f6a11b3 (patch)
tree6d80e273f76f7d383b558ef9d9244872d7fc2af1 /network/sphinx/README
parent2e6605101a59abbce06b221c75ed959dc61fca54 (diff)
downloadslackbuilds-19a247802d7c1909a4757ae952ea31255f6a11b3.tar.gz
network/sphinx: Initial import
Diffstat (limited to 'network/sphinx/README')
-rw-r--r--network/sphinx/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/sphinx/README b/network/sphinx/README
new file mode 100644
index 0000000000..7da36aa4ab
--- /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.