Skip to content

Commit

Permalink
Add Red Had build instructions to readme (#3531)
Browse files Browse the repository at this point in the history
  • Loading branch information
rongyi committed Apr 12, 2024
1 parent 3927043 commit 3de43df
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,21 @@ command line.
Building
--------

On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source:
On Linux, `ord` requires `libssl-dev` when building from source.

On Debian-derived Linux distributions, including Ubuntu:

```
sudo apt-get install pkg-config libssl-dev build-essential
```

On Red Hat-derived Linux distributions:

```
yum install -y pkgconfig openssl-devel
yum groupinstall "Development Tools"
```

You'll also need Rust:

```
Expand Down

0 comments on commit 3de43df

Please sign in to comment.