Skip to content
Snippets Groups Projects
Select Git revision
  • 206587dfe2d1067d9e85c8de655331826500d6c7
  • master default protected
  • support_xml
  • new_ws
  • repo_java protected
  • develop protected
6 results

any2txt

  • 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