-
Arkadiusz Janz authoredce30bcea
README.md 216 B
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