File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,9 @@ The Keyfactor-CAgent can be built for three (3) different modes:
3737 sudo apt install -y build-essential git libcurl4-gnutls-dev curl libssl-dev
3838
3939#### RHEL based (RHEL, CentOS, Rocky, etc.)
40- sudo yum update
41- sudo yum install -y build-essential git curl-devel curl openssl-devel
40+ sudo dnf update
41+ sudo dnf install -y "Development Tools"
42+ sudo dnf install -y git curl-devel curl openssl-devel
4243
4344## Clone the git repository
4445 cd ~
@@ -70,8 +71,9 @@ sudo apt install -y build-essential git automake autoconf libtool pkg-config wge
7071
7172#### RHEL-based Distributions
7273``` bash
73- sudo yum update
74- sudo yum install -y build-essential git automake autoconf libtool pkg-config wget
74+ sudo dnf update
75+ sudo dnf groupinstall -y " Development Tools"
76+ sudo dnf install -y build-essential git automake autoconf libtool pkg-config wget
7577```
7678
7779### Build WolfSSL
@@ -267,4 +269,4 @@ Contributions are welcome! Submit issues or pull requests on [GitHub](https://gi
267269
268270## License
269271
270- This project is licensed under the Apache-2.0 License. See the ` README-LICENSE.txt ` file for details.
272+ This project is licensed under the Apache-2.0 License. See the ` README-LICENSE.txt ` file for details.
You can’t perform that action at this time.
0 commit comments