Skip to content
Snippets Groups Projects
Commit f84b79b0 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

update readme

parent fd7c9fdf
No related branches found
No related tags found
1 merge request!41Fix not working 'aql -q' command.
...@@ -22,11 +22,13 @@ Details of the latest version can be found visitng our [gitlab project page][1]. ...@@ -22,11 +22,13 @@ Details of the latest version can be found visitng our [gitlab project page][1].
   
Requirements Requirements
------------ ------------
Project is pure C++ builded by makefile. Some tests are handled by Project is pure C++ builded by cmake. Some tests are handled by
shell scripts. shell scripts.
   
Cli:
* `cmake >= 3.9`
* `make >= 3.9` * `make >= 3.9`
* `g++ >= 4.8` or `clang++ >= 4.0` * `g++ >= 7.3` or `clang++ >= 5.0`
* `libcppunit-dev` * `libcppunit-dev`
* `libtclap-dev` * `libtclap-dev`
* `libxml2-dev` * `libxml2-dev`
...@@ -35,6 +37,11 @@ shell scripts. ...@@ -35,6 +37,11 @@ shell scripts.
* `graphviz` (optional for documentation generation and automata * `graphviz` (optional for documentation generation and automata
visualizations) visualizations)
   
Gui:
* `Qt5-qtbase >= 5.7`
* `libjsoncpp-dev`
* `graphviz-dev`
   
Installation Installation
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment