summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntony Messerli <antony@mes.ser.li>2016-01-21 23:15:14 -0600
committerAntony Messerli <antony@mes.ser.li>2016-01-21 23:15:14 -0600
commitbf8c11f8c031364bc101e114b7e774404189d91c (patch)
tree2ac83359e35e673fdc102fb1145bccb2a0118fda /README.md
parentb1c4e01b4bd3973c5476b2569c1d7f495134b18d (diff)
downloadtalos-openbmc-bf8c11f8c031364bc101e114b7e774404189d91c.tar.gz
talos-openbmc-bf8c11f8c031364bc101e114b7e774404189d91c.zip
Adding Fedora 23 requirements to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0df0ad48e..7f9a2a782 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,21 @@
## Building ##
-OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
+OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
out-of-tree build. It is recommended that you create an empty directory
somewhere to hold the build. This directory will get big.
On Ubuntu 14.04 the following packages are required to build the default target
-```
-sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
-```
+
+ sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
+
+On Fedora 23 the following packages are required to build the default target:
+
+ sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake
+ sudo dnf groupinstall "C Development Tools and Libraries"
To start a build:
-```
cd <builddir>
. <repodir>/openbmc-env
bitbake obmc-phosphor-image
-```
OpenPOWER on IntegriCloud