Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
4827fe4e
Commit
4827fe4e
authored
4 years ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
Readme: Update website link, update some content ; needs further revision
parent
90c10511
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#78547
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: notify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-6
4 additions, 6 deletions
README.md
with
4 additions
and
6 deletions
README.md
+
4
−
6
View file @
4827fe4e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment