summaryrefslogtreecommitdiff
path: root/examples/hello_world/readme
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/readme')
-rw-r--r--examples/hello_world/readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/hello_world/readme b/examples/hello_world/readme
index 3e1dc62..1cb9d8f 100644
--- a/examples/hello_world/readme
+++ b/examples/hello_world/readme
@@ -6,10 +6,21 @@
Build instructions for Hello World example
------------------------------------------
+1. Build whole project at first:
+________________________________
+cd <root directory of vSomeIP-Lib>$:
+
mkdir build
cd build
cmake ..
make
+sudo make install
+
+2. Build hello_world target
+___________________________
+cmake --build . --target hello_world
+cd ./examples/hello_world/
+make
Running Hello World Example
---------------------------