Skip to content
Snippets Groups Projects
Arkadiusz Janz's avatar
Arkadiusz Janz authored
Fixing bug related to incorrect base forms

See merge request !8
851f5d32

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