summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-10-03 13:31:54 +0200
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-05 21:19:48 +0000
commit42c98a67fbfc91bad27b17f556a6a95ff4ea63c6 (patch)
tree82d259b16f50240592bece0b17ad21cdf2e11961
parenta92a3325277fd4f29b5db4c270d3e89b35317407 (diff)
downloadtalos-openbmc-42c98a67fbfc91bad27b17f556a6a95ff4ea63c6.tar.gz
talos-openbmc-42c98a67fbfc91bad27b17f556a6a95ff4ea63c6.zip
Update README.md for Fedora 28, fixing missing build-dep
Change-Id: Iaa29eb3e523548dd746c366f318a67e14e3683f7 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84eabfae9..e17b8b72a 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ customization for your server platform.
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
```
-- Fedora 23
+- Fedora 28
```
-sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake
+sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake rpcgen
sudo dnf groupinstall "C Development Tools and Libraries"
```
### 2) Download the source
OpenPOWER on IntegriCloud