From ecef8a8b78e980af01dd6f693b392dfcc2daba0e Mon Sep 17 00:00:00 2001 From: kenneth-wilke Date: Mon, 14 Dec 2015 16:01:39 -0600 Subject: Added ubuntu dependencies to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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 . /openbmc-env bitbake obmc-phosphor-image - +``` -- cgit v1.2.1