https://github.com/miho/pionwheels
https://github.com/miho/pionwheels
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miho/pionwheels
- Owner: miho
- License: other
- Created: 2014-10-05T22:07:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T20:58:21.000Z (over 10 years ago)
- Last Synced: 2025-02-15T21:20:03.613Z (11 months ago)
- Language: Java
- Size: 12.9 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PiOnWheels
==========


Make sure to clone the slides as well: https://github.com/miho/JavaOne-2014
## How to Build PoW
### Requirements
- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)
### IDE
Open the `PoW` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.0) and build it
by calling the `assemble` task.
### Command Line
Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/PoW`) and enter the following command
#### Bash (Linux/OS X/Cygwin/other Unix-like shell)
sh gradlew assemble
#### Windows (CMD)
gradlew assemble