mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-26 07:37:15 +03:00
Updated Build Instructions for RedHat Family (markdown)
parent
36846d2aa1
commit
2e8f43ee5d
@ -29,12 +29,12 @@ sudo yum install -y \
|
||||
## Building Zeal
|
||||
### Fedora
|
||||
```sh
|
||||
cmake3 . && make
|
||||
cmake . && make
|
||||
```
|
||||
|
||||
### Red Hat Enterprise Linux / CentOS
|
||||
```sh
|
||||
cmake . && make
|
||||
cmake3 . && make
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
Loading…
Reference in New Issue
Block a user