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
).
- make sure
build-essential
,libtool
,autoconf-archive
are installed - clone the repository, make sure all the dependencies are installed (:construction: - list deps):
libpcre3-dev
bison
libltdl-dev
swig3.0
autoreconf --install --force
./configure --with-pcre
make
sudo make install
sudo ldconfig