/README.md
https://github.com/gigablast/open-source-search-engine · Markdown · 44 lines · 24 code · 20 blank · 0 comment · 0 complexity · 3f3f20cc353736dc39ce3cbc5906ef4e MD5 · raw file
- 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