open-source-search-engine/README.md
2021-05-09 15:02:06 +10:00

45 lines
905 B
Markdown

open-source-search-engine
=========================
An open source web and enterprise search engine and spider/crawler. As can be seen on http://www.gigablast.com/ .
RUNNING GIGABLAST
-----------------
See <a href=html/faq.html>html/faq.html</a>
for all administrative documentation including
the quick start instructions.
Alternatively, visit http://www.gigablast.com/faq.html
CODE ARCHITECTURE
-----------------
See <a href=html/developer.html>html/developer.html</a>
for all code documentation.
Alternatively, visit http://www.gigablast.com/developer.html
CONTACT
-------
Contact me for feature requests or help in general. I will work for free
for good use cases. mattdwells@hotmail.com.
BUILD DEPENDENCIES
------------------
### On Debian (and derivatives)
sudo apt-get install make g++ libssl-dev zlib1g-dev
### On RedHat/CentOS
sudo yum install gcc-c++ openssl-devel