From 4644f600daa391f8470119c7f5a9085e6cfa3056 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 31 Jul 2012 12:15:29 +0200 Subject: [PATCH] Removed NOTICE, updated README --- NOTICE | 3 --- README.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 NOTICE diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 4f7aeb730..000000000 --- a/NOTICE +++ /dev/null @@ -1,3 +0,0 @@ -The AntennaPod source code comes with two libraries, flattr4j and Apache Commons Lang. Both are distributed under the Apache License, Version 2.0. -You can read a copy of this license here: -http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/README.md b/README.md index 888bb51f9..9b7c8f78f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ AntennaPod has the following dependencies: - [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock) - [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) +## Building + +Before building, make sure you have added FlattrConfig.java as described in the 'Flattr API' - section! + ### Building with ant ActionBarSherlock and ViewPagerIndicator have to be added as library projects. Flattr4j and ApacheCommons Lang are jar-libraries and have to be copied into the libs folder in the root directory.