Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 974 Bytes

Fork of Groundhog News Reader

NNTP news reader for Android originally developed by Juanjo Alvarez.

URL of the original project page on Launchpad: https://launchpad.net/groundhog/

Project is still in the process of cleanup. James Apache Mime4J fork was moved to a separate project:

https://github.com/zoldar/apache-james-mime4j-groundhog

Quick Start

In order to build and deploy the application, you need to have Maven (http://maven.apache.org) as well as Android SDK (http://developer.android.com/sdk/index.html) installed and configured on your system.

If not told otherwise, all commands have to be issued from the project's root directory.

  1. Set ANDROID_HOME environment variable to point to the root directory of your Android SDK installation

     export ANDROID_HOME=/path_to_your_android_sdk_install
    
  2. Build project

     mvn install
    
  3. Deploy project to the connected phone

     mvn android:deploy