Skip to content
Snippets Groups Projects
Unverified Commit c9b47beb authored by Muhammad-Jibril's avatar Muhammad-Jibril Committed by GitHub
Browse files

Add Fedora/RHEL/CentOS (#140)

Add Fedora/RHEL/CentOS Installation details
parent 571448fb
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,17 @@ export OPENSSL_LIB_DIR="/usr/lib/openssl-1.0" ...@@ -48,6 +48,17 @@ export OPENSSL_LIB_DIR="/usr/lib/openssl-1.0"
export OPENSSL_INCLUDE_DIR="/usr/include/openssl-1.0" export OPENSSL_INCLUDE_DIR="/usr/include/openssl-1.0"
``` ```
### Fedora/RHEL/CentOS
Use a terminal to run the following commands:
```bash
# Update
sudo dnf update
# Install packages
sudo dnf install cmake pkgconfig rocksdb rocksdb-devel llvm git libcurl libcurl-devel curl-devel clang
```
## Rust Developer Environment ## Rust Developer Environment
This project uses [`rustup`](https://rustup.rs/) to help manage the Rust toolchain. First install This project uses [`rustup`](https://rustup.rs/) to help manage the Rust toolchain. First install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment