diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-09-24 14:58:27 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-09-24 14:58:27 +0200 |
commit | 08983fcfe33a0d49c6737d1bb360ea6feec3bf12 (patch) | |
tree | 4de6944744019155f6758f469917f65e7b44e07e /README.md | |
parent | ca9a425239f701e85a3743465d0fcaa93755632a (diff) | |
download | antennapod-08983fcfe33a0d49c6737d1bb360ea6feec3bf12.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,6 +19,7 @@ AntennaPod has the following dependencies: - [Apache Commons Lang](http://commons.apache.org/lang/download_lang.cgi) - [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock) - [ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) +- [Apache Commons IO](http://commons.apache.org/io/download_io.cgi) ## Building @@ -26,7 +27,7 @@ Before building, make sure you have added FlattrConfig.java as described in the ### 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. +ActionBarSherlock and ViewPagerIndicator have to be added as library projects. Flattr4j, Apache Commons Lang and Apache Commons IO are jar-libraries and have to be copied into the libs folder in the root directory. ### Building with maven @@ -46,3 +47,6 @@ You can already build unsigned packages with maven, if you add annotations.jar f AntennaPod accesses the flattr API for flattring podcasts. In order to gain access, a client ID and a client secret is required, which you can get by registering a new app on the flattr website. The official API credentials have been excluded from the public source code. In order to successfully build the project, a java class called FlattrConfig with two fields containing the credentials has to be created in src/de/danoeh/antennapod/util/flattr . You can also use the file called FlattrConfig.java.example to do that. If you leave the two fields blank, everything except the authentication process will work. + +## Translating AntennaPod +If you want to translate AntennaPod into another language, you can visit the [Transifex project page](https://www.transifex.com/projects/p/antennapod/). |