Server application for the Couch Potato Android app. Runs as a daemon, and converts client commands into mouse and keyboard events on the local system.
System Requirements:
- ANT 1.9.3 or higher
- Eclipse Platform 4.3 (Kepler) or higher
- Eclipse EGit 1.3 or higher (usually bundled with Eclipse Platform)
- Eclipse Java Development Tools 3.8 or higher (usually bundled with Eclipse Platform)
- Git 1.8.3.2 or higher (must be available on the command-line, which is not the default on Windows)
- Java Development Kit 1.7 or higher
- WiX Toolset 3.9 or higher
Recommended for Development Builds:
- Java Development Kit 1.6 (any sub-version)
- Java Development Kit 1.7 (any sub-version)
To configure the ANT build:
- Open a command-line shell, with the root of the git repository set as its working directory.
- Enter the following commands, where
$YOURNAME
is your own full name and$YOURMAIL
is your own e-mail address:
git config user.name "$YOURNAME"
git config user.email $YOURMAIL
To configure the IDE, first configure the ANT build and then:
- Start Eclipse with the root directory of the git repository as its workspace.
- Click
Workbench
. - Open the
File
>Import...
wizard. - Navigate to
Git
>Projects from Git
and clickNext >
. - Select
Existing local repository
and clickNext >
. - Click
Add...
. - Enter the root directory of the git repository (or equivalently, the current Eclipse workspace directory) in the
Directory:
field and clickFinish
. - Select the git repository you just added from the list and press
Next >
. - Select
Import existing projects
and pressNext >
. - Select all projects that appear, and press
Finish
. - Open the
Window
>Preferences
screen. - Navigate to
Java
>Installed JREs
and clickAdd...
- Select
Standard VM
and pressNext >
. - Enter the Java Development Kit installation directory in the
JRE home:
field and clickFinish
. - Repeat steps 12 through 14 for all Java Development Kit installations that you wish to use during compilation.
- Click
OK
. - Open the
Window
>Preferences
screen. - Navigate to
Ant
>Runtime
and clickAnt Home...
- Select your system's ANT installation directory, and press
OK
. - Click
OK
.