From a1d138560ab8452709f51ae64800ff60ceae2b5d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Apr 2011 17:30:15 +0200 Subject: [PATCH] Minor changes and clarifications to README. --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index 9cd07e0..493dabe 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ by the following steps: How to build on different platforms ==================================== -These preconditions have to be met in order to build the LayerManager component: +These conditions need to be met in order to build the LayerManager component: - CMake required (version 2.6 or higher) @@ -142,6 +142,10 @@ Building the LayerManager breaks down to the following steps: 1. Pull the current codebase from the git repository to your target source directory [referred to as ] + Example: git clone https://git.genivi.org/srv/git/layer_management + + This should give you a directory called "layer_management" in your current directory. + 2. Create a build directory, e.g. IVILayerManagement_build [referred to as ] Example: mkdir IVILayerManagement_build @@ -159,11 +163,11 @@ Building the LayerManager breaks down to the following steps: Example: make 5. Install LayerManager on local system. - Not: This steps will require root rights on most systems. + Note: This step will require root priviledges on most systems. Example: sudo make install -The LayerManager may now be started call calling "LayerManagerService". +The LayerManager may now be started by calling "LayerManagerService". Needed Libraries === -- 2.7.4