Updated Build Instructions for RedHat Family (markdown)

Arun Babu Neelicattu 2018-03-05 23:26:21 +13:00
parent 2e8f43ee5d
commit 6eb613d0b8

@ -29,12 +29,14 @@ sudo yum install -y \
## Building Zeal
### Fedora
```sh
cmake . && make
mkdir build && cd build \
&& cmake ../ && make
```
### Red Hat Enterprise Linux / CentOS
```sh
cmake3 . && make
mkdir build && cd build \
&& cmake3 ../ && make
```
## Installation