Removed NOTICE, updated README

This commit is contained in:
daniel oeh 2012-07-31 12:15:29 +02:00
parent 8911414efc
commit 4644f600da
2 changed files with 4 additions and 3 deletions

3
NOTICE
View File

@ -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

View File

@ -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.