Skip to content
Snippets Groups Projects
Select Git revision
  • c7f5fdc27a6eaef4541c7327bd0f281c5bacccd0
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • Requirements:

    • antlr
    • corpus2

    Build:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make -j 4
    $ make install
    $ ldconfig

    Prepare *.deb packages:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ cmake --build .
    $ cpack