Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Apr 8, 2021
2 parents 7442810 + 3a18c74 commit ebcf04a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
* [With Maven](#with-maven)
* [Without Maven](#without-maven)
* [On Android](#on-android)
* [Building from source](#building-from-source)
- [Quickstart](#quickstart)
- [IO](#io)
* [Output](#output)
Expand Down Expand Up @@ -160,6 +161,14 @@ implementation ('com.esotericsoftware:kryo:5.0.4') {
implementation 'org.objenesis:objenesis:2.6'
```

### Building from source

Building Kryo from source requires JDK11+ and Maven. To build all artifacts, run:

```
mvn clean && mvn install
```

## Quickstart

Jumping ahead to show how the library can be used:
Expand Down

0 comments on commit ebcf04a

Please sign in to comment.