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

wccl

  • 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