From 3aeab41869a2e41887ac5edfe89d4f04283cde12 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Mon, 7 Nov 2011 11:48:38 -0600 Subject: corecdp: version 2.0.2 --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README') 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 -- cgit v1.2.3