Skip to content
Snippets Groups Projects
Commit 4827fe4e authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Readme: Update website link, update some content ; needs further revision

parent 90c10511
No related branches found
No related tags found
No related merge requests found
Pipeline #78547 passed with warnings
......@@ -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
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