summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-10-14 09:32:56 -0500
committerJesse Gilles <jgilles@multitech.com>2011-10-14 09:32:56 -0500
commit0d2753b0357a790b36fc43fd2a373d9c4c8b9fbd (patch)
tree209f70869583c3ef6b2e1b8893e0f5b91b3ccec2
parent118d05ea786a16bd2ae1f3bad5ef4bb565a74853 (diff)
update README
-rw-r--r--README47
1 files changed, 26 insertions, 21 deletions
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