Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 349 Bytes

Tiny-Search Engine

Build Status

Build

$ git clone https://github.com/imaben/ts-engine.git
$ cd ts-engine
$ ./autogen.sh
$ ./configure --enable-debug
$ make
$ ./ts-engine -h 127.0.0.1 -p 9901

Dependencies

  • libprotobuf-c