docs: add cmake to other installation guides

This commit is contained in:
Alibek Omarov 2020-08-10 16:24:45 +03:00
commit a2f2ba3fbb
6 changed files with 10 additions and 5 deletions

View file

@ -9,6 +9,7 @@ This guide will assume that you have administrative rights, either as root or a
* `elixir`
* `git`
* `base-devel`
* `cmake`
#### Optional packages used in this guide
@ -26,7 +27,7 @@ sudo pacman -Syu
* Install some of the above mentioned programs:
```shell
sudo pacman -S git base-devel elixir
sudo pacman -S git base-devel elixir cmake
```
### Install PostgreSQL