Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ The goal of the Photon is to provide a simple standardized interface to complete
Photon can be built using JDK-8. Support for earlier jdk versions has not been tested and/or verified.

### Gradle
Photon can be built very easily by using the included Gradle wrapper. Having downloaded the sources, simply invoke the following commands inside the folder containing the sources:
Included Gradle script takes care of dependency downloads and builds. Simply invoke the following commands to build Photon:

```bash
$ ./gradlew clean
$ ./gradlew build
```

For Windows
$ gradlew.bat clean
$ gradlew.bat build
```cmd
> gradlew.bat clean
> gradlew.bat build
```

## Full Documentation

Expand Down