Skip to content

Commit

Permalink
Updated Installation documentation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Apr 22, 2020
1 parent ec4e551 commit b1af6f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Pre-requirements

Install Git client, CMake, GCC/Clang compiler and optional dependencies (([fmt](https://github.com/fmtlib/fmt) and [cxxopts](https://github.com/jarro2783/cxxopts))) from your distro's repositories.
Install Git client, CMake, GCC/Clang compiler and optional dependencies ([fmt](https://github.com/fmtlib/fmt) and [cxxopts](https://github.com/jarro2783/cxxopts)) from your distro's repositories.

If the packaged version of optional dependency will not be found, the bundled one will be used.

Expand All @@ -14,7 +14,8 @@ You need the following versions:
* Clang: 7.0+;
* CMake: 3.10+;
* fmt: 6.1.2+;
* cxxopts: 2.2.0+.
* cxxopts: 2.2.0+;
* pandoc (for generating manpage).

## Downloading sources

Expand Down

0 comments on commit b1af6f8

Please sign in to comment.