-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md edited online with Bitbucket
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Gyroscope recording app | ||
This directory contains the sources to the gyroscope recording app. | ||
To build the app you need the "ant" build system and the Android SDK. | ||
Its can be installed using | ||
# apt-get install ant | ||
$ apt-get install ant | ||
or, if you're using Max OS X, using Homebrew | ||
# brew install ant | ||
$ brew install ant | ||
|
||
To build the app run | ||
# ant debug (or release) | ||
$ ant debug (or release) | ||
and to install it on the device | ||
# ant installd (or installr for release version) | ||
$ ant installd (or installr for release version) |