Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 912 Bytes

This is a fork of Manatee-open corpus search engine which is part of NoSketch Engine project.

Please note that the main branch does not contain any code. To obtain a concrete version, please refer to a respective branch (e.g. release-2.223.6).

How to build

  1. make sure build-essential, libtool, autoconf-archive are installed
  2. clone the repository, make sure all the dependencies are installed (:construction: - list deps):
    • libpcre3-dev
    • bison
    • libltdl-dev
    • swig3.0
  3. autoreconf --install --force
  4. ./configure --with-pcre
  5. make
  6. sudo make install
  7. sudo ldconfig

Available versions