summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-04-12 08:13:16 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-03 03:49:29 +0300
commit14dc00e790251fe76e8dc2b5fb08a75011ba5370 (patch)
tree6550ede4a01ab61ad752b0100a2ae60acd97bcf1 /README.md
parent4d1b20c03fb388c672526deea6698b8e5ec61234 (diff)
downloadopenbmc-14dc00e790251fe76e8dc2b5fb08a75011ba5370.tar.xz
README: Document additional required Fedora dependencies
Resolves openbmc/openbmc#3404 Change-Id: Iaf59bbe6bcc3c30a6e90ebd706780c7c28873c9c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 301f612e28..2b034d10a1 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,8 @@ sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath d
- Fedora 28
```
-sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake rpcgen
+sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake \
+ rpcgen perl-Thread-Queue perl-bignum perl-Crypt-OpenSSL-Bignum
sudo dnf groupinstall "C Development Tools and Libraries"
```
### 2) Download the source