Skip to content
Snippets Groups Projects

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