Skip to content

Commit

Permalink
README.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcrcat committed Aug 8, 2015
1 parent 7d109e4 commit 1b0ac9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions App/README.md
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)

0 comments on commit 1b0ac9e

Please sign in to comment.