summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-11-07 11:48:38 -0600
committerJesse Gilles <jgilles@multitech.com>2011-11-07 11:48:38 -0600
commit3aeab41869a2e41887ac5edfe89d4f04283cde12 (patch)
treee15385b6d5827c6787b0752649370a0235f5b02c /README
parent12af35b76f22b05556da084fd3a6bddd92a67131 (diff)
corecdp: version 2.0.22.0.2
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 1a2cf2b..292ba8b 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ How to get started?
1. Build from tarball
- Download the file 'corecdp-2.0.0.tar.gz' (release number may vary) from the
+ Download the file 'corecdp-2.0.2.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.
@@ -28,8 +28,8 @@ How to get started?
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
+ tar xzf corecdp-2.0.2.tar.gz
+ cd corecdp-2.0.2
# 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
@@ -42,11 +42,11 @@ How to get started?
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
- cd corecdp-2.0.0
+ git clone git://git.multitech.net/corecdp.git corecdp-2.0.2
+ cd corecdp-2.0.2
# checkout desired branch or tag
- git checkout 2.0.0
+ git checkout 2.0.2
# install needed dependencies, see scripts in multitech/contrib/install-deps
# example: sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh