From 7bbffc3b4f54649534a75858eb692adb50f00edc Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 22 May 2016 15:24:17 +0200 Subject: [PATCH] Added info about GSoC project on Android build --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1db30766a..e132c4e45 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ If you have questions about GNSS-SDR, please [subscribe to the gnss-sdr-develope This section describes how to set up the compilation environment in GNU/Linux or [Mac OS X](#macosx), and to build GNSS-SDR. See also [our Building Guide](http://gnss-sdr.org/documentation/building-guide "GNSS-SDR's Building Guide"). -Android ----------- - -See https://github.com/Hoernchen/grand-build for a script which will build GNSS-SDR for Android. GNU/Linux ---------- @@ -518,6 +514,14 @@ changing ```/opt/local``` by the base directory in which your software is instal The CMake script will create Makefiles that download, build and link Armadillo, Gflags, Glog and Google Test on the fly at compile time if they are not detected in your machine. +Android +---------- + +In the framework of the [Google Summer of Code](https://summerofcode.withgoogle.com/) program [2016](https://summerofcode.withgoogle.com/organizations/4864875935301632/) there is a project working on a [GNSS-SDR Android port](https://summerofcode.withgoogle.com/projects/?sp-page=2#4871316700135424). + +See https://github.com/Hoernchen/grand-build for ongoing work on a script which will build GNSS-SDR for Android. + + Updating GNSS-SDR =================