summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-14 17:35:27 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-14 17:35:27 -0700
commitefad1f07a6589170a5e8e262c46b3dfced0580ab (patch)
tree4ef33a92cf889bf927d9590b2c47c24e177fc683
parent1112f0b4330c756cc19ce327cd4c07e691ba8a70 (diff)
downloadrvi_core-efad1f07a6589170a5e8e262c46b3dfced0580ab.tar.gz
Temp
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
-rw-r--r--BUILD.md15
-rw-r--r--README.md10
2 files changed, 24 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index a0f4ded..d81a62b 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -3,4 +3,19 @@ Copyright (C) 2014, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
+# BUILD INSTRUCTIONS FOR RVI #
+This document
+
+Prereq
+Ubuntu 14.04 with latest updates.
+sudo apt-get git
+sudo apt-get install erlang (R16B01)
+
+#
# HVAC DEMO
+
+git clone https://gerrit.automotivelinux.org/gerrit/RVI/rvi
+cd rvi
+
+make
+(rebar)
diff --git a/README.md b/README.md
index 7e8e156..16d662e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
-# TOP LEVEL RVI PROJECT
+Copyright (C) 2014, Jaguar Land Rover
+This document is licensed under Creative Commons
+Attribution-ShareAlike 4.0 International.
+# REMOTE VEHICLE INTERACTION (RVI)
+
+This document gives a brief introduction to the RVI project and how to
+
+
+This
Better documentation coming soon.
Preqequisites.