Skip to content

Commit

Permalink
Add manual for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
rongyi committed Apr 12, 2024
1 parent 26fcf05 commit d8e1f1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source:
```
sudo apt-get install pkg-config libssl-dev build-essential
```
Or RedHat/Centos, you need to change the command above to:

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

You'll also need Rust:

Expand Down

0 comments on commit d8e1f1e

Please sign in to comment.