summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphilippe colliot <philippe.colliot@mpsa.com>2014-04-11 17:53:09 +0200
committerphilippe colliot <philippe.colliot@mpsa.com>2014-04-11 17:53:09 +0200
commit39437ad6ca349a15d3a31dcc17dddb8bca24d2e7 (patch)
tree9154b1a797817f8f46c36594b9f8a54315a99876
parent65a83afaf158c9005894a9e631bfb1e118746660 (diff)
downloadnavigation-39437ad6ca349a15d3a31dcc17dddb8bca24d2e7.tar.gz
creation of README file
-rw-r--r--LICENSE14
-rw-r--r--README41
2 files changed, 55 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..61c38bd
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,14 @@
+/**
+ * @licence app begin@
+ * SPDX-License-Identifier: MPL-2.0
+ *
+ *
+ * All the Source Code of this project is subject to the terms of the
+ * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+ * this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ *
+ *
+ * For further information see http://www.genivi.org/.
+ * @licence end@
+ */
diff --git a/README b/README
new file mode 100644
index 0000000..fc790e7
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+Release date of the file: 11-04-2014
+Status: to be completed
+
+Project:
+Navigation application based on Navit and compliant with the Navigation APIs standardized by the GENIVI Alliance
+This project is one of the navigation projects that implements the GENIVI navigation APIs.
+
+More:
+The GENIVI APIs are implemented into Navit plugins, running on DBus. The HMI is made in Qml.
+See also other navigation projects like proof of concepts implemented for poi-service, traffic-info and positioning
+
+What is in:
+This repository contains the application (with the HMI) of the navigation project
+It's possible to build and run the whole stuff (including the navit and the plugins) directly from this repository
+FYI: the scripts for building Navit and the GENIVI plugins are located into http://git.projects.genivi.org/lbs/navigation-service.git
+ this repository is cloned during the build
+
+Author:
+Martin Schaller <martin.schaller@it-schaller.de>
+Philippe Colliot philippe.colliot@mpsa.com
+
+License:
+See headers and LICENSE file
+
+Test target:
+Ubuntu 12.04.1 LTS
+
+To get the code:
+git clone http://git.projects.genivi.org/lbs/navigation-application.git $WORKING-DIR
+
+Dependencies:
+<to be completed>
+
+Build:
+cd $WORKING-DIR/navigation-application/src/script
+make all
+
+To launch (several options available):
+./run -n
+
+