commit | 2f2c2acad97f3f746f2020d64055bf46fa61cf2e | [log] [tgz] |
---|---|---|
author | Ali Lown <ali@lown.me.uk> | Sat Sep 26 12:22:16 2015 +0100 |
committer | Ali Lown <ali@lown.me.uk> | Sat Sep 26 12:22:16 2015 +0100 |
tree | b6232b5a37ee0516fcd08935cecab15a905b83cf | |
parent | 514564b18942b28738763123903cf6a391cf4d31 [diff] |
Update readme with building information
“Wave in a Box” (WIAB) project is a stand alone wave server and rich web client that serves as an Apache Wave reference implementation. Apache Wave site: http://incubator.apache.org/wave/ This project lets developers and enterprise users run wave servers and host waves on their own hardware. And then share those waves with other wave servers.
The Android client requires Java 7, and an Android device running Android 5.0 or higher.
The client can be built using gradle, from the command line, or via an IDE (IDEA files can be found in this repository).
You will need to install the Android SDK first, the latest version can always be found at https://developer.android.com/sdk/index.html.
To build everything, run: gradle assemble
To run the tests, run: gradle check
A full list of gradle tasks can be found by running: gradle tasks