mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
Updated Build Instructions for RedHat Family (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user