From 4827fe4e7139eea623c0e1c7ee5a0e74c7d9e196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pecka?= <tomas.pecka@fit.cvut.cz> Date: Wed, 13 May 2020 17:57:31 +0200 Subject: [PATCH] Readme: Update website link, update some content ; needs further revision --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3953c57ac2..e6bf3bfcf4 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 -- GitLab