From 0d2753b0357a790b36fc43fd2a373d9c4c8b9fbd Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 14 Oct 2011 09:32:56 -0500 Subject: update README --- README | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) (limited to 'README') diff --git a/README b/README index 708b432..681ffbf 100644 --- a/README +++ b/README @@ -20,36 +20,41 @@ How to get started? 1. Build from tarball -Download the file 'corecdp-2.0.0.tar.gz' (release number may vary) from the -http://www.multitech.net website or copy it from the provided DVD. This file -provides the CoreCDP build system and a set of sources sufficient for building -the sample images provided by CoreCDP. + Download the file 'corecdp-2.0.0.tar.gz' (release number may vary) from the + http://www.multitech.net website or copy it from the provided DVD. This file + provides the CoreCDP build system and a set of sources sufficient for building + the sample images provided by CoreCDP. -Untar the contents to a folder of your choice, and install prerequisite -packages. Then, configure the environment variables and you are good to go. + Untar the contents to a folder of your choice, and install prerequisite + packages. Then, configure the environment variables and you are good to go. -tar xzf corecdp-2.0.0.tar.gz -cd corecdp-2.0.0 -source env-oe.sh -bitbake corecdp-base-image + tar xzf corecdp-2.0.0.tar.gz + cd corecdp-2.0.0 + # install needed dependencies, see scripts in multitech/contrib/install-deps + # example: sudo multitech/contrib/install-deps/install-debian-ubuntu-deps.sh + source env-oe.sh + bitbake corecdp-base-image 2. Build from git repository -# clone repo to a dir name of your choice -git clone git://git.multitech.net/corecdp.git corecdp-2.0.0 + # clone repo to a dir name of your choice + git clone git://git.multitech.net/corecdp.git corecdp-2.0.0 + cd corecdp-2.0.0 -# checkout desired branch or tag -git checkout 2.0.0 -cd corecdp-2.0.0 + # checkout desired branch or tag + git checkout 2.0.0 -# initialize git submodules and setup dir structure -./setup.sh + # install needed dependencies, see scripts in multitech/contrib/install-deps + # example: sudo multitech/contrib/install-deps/install-debian-ubuntu-deps.sh -# setup environment -source env-oe.sh + # initialize git submodules and setup dir structure + ./setup.sh -# build! -bitbake corecdp-base-image + # setup environment + source env-oe.sh + + # build! + bitbake corecdp-base-image See the Multi-Tech Developer website (http://www.multitech.net) for full installation and build instructions. In particular, see the "Introduction" and -- cgit v1.2.3