diff --git a/README.md b/README.md index 3953c57ac2cece1d42bf451c897c2e1905c4dc8e..e6bf3bfcf422e699a89963e4fb057850f3717f8c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,7 @@ line, and partially using a GUI interface. The Latest Version ------------------ -Details of the latest version can be found visiting our [gitlab project page][1]. - -You can also take look at our [prebuilt Docker images][5]. +Packages and docker images with latest stable and nightly versions can be found visiting at [website][7]. Requirements @@ -32,7 +30,7 @@ shell scripts. Build tools: * `cmake >= 3.7` * `make >= 3.9` - * `g++ >= 6.3` or `clang++ >= 5.0` (compilation in C++17) + * `g++ >= 8.3` or `clang++ >= 8.0` (compilation in C++17) Libraries: * `tclap` @@ -54,7 +52,7 @@ Installation ------------ 1. Clone the repo: `git clone` or download sources of [stable release][3] and extract it. - 2. Change directory and create a build folder: `cd algorithms-library && mkdir build`. + 2. Change directory and either just run `build.sh` script or create a build folder: `cd algorithms-library && mkdir build`. 3. Generate `CMakeLists`: - `../CMake/generate.py -wm` if you want to build whole project - or `../CMake/generate.py -wm -g cli` if you want to build cli only @@ -122,5 +120,5 @@ Authors [4]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/forks/new [5]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/container_registry [6]: https://editorconfig.org -[7]: https://alt.pecka.me +[7]: https://alt.fit.cvut.cz [logo]: docs/logo.png