summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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