summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkenneth-wilke <kenneth.wilke@rackspace.com>2015-12-14 16:01:39 -0600
committerkenneth-wilke <kenneth.wilke@rackspace.com>2015-12-14 16:01:39 -0600
commitecef8a8b78e980af01dd6f693b392dfcc2daba0e (patch)
treebda87b3641203d46862265ff65696995cb6f6979 /README.md
parent6d6e571be255fe95b3c3eac31fca9666c10490a9 (diff)
downloadtalos-openbmc-ecef8a8b78e980af01dd6f693b392dfcc2daba0e.tar.gz
talos-openbmc-ecef8a8b78e980af01dd6f693b392dfcc2daba0e.zip
Added ubuntu dependencies to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49d4f94cf..0df0ad48e 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,15 @@ 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
+```
+
To start a build:
+```
cd <builddir>
. <repodir>/openbmc-env
bitbake obmc-phosphor-image
-
+```
OpenPOWER on IntegriCloud