Skip to content

Commit

Permalink
Merge pull request aeron-io#376 from juddgaddie/master
Browse files Browse the repository at this point in the history
Update README.md to include required build of SBE
  • Loading branch information
mjpt777 authored Jul 18, 2017
2 parents 7c56171 + 0155ba5 commit 8abdfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ You require the following to build Aeron:

* Latest stable [Oracle JDK 8](http://www.oracle.com/technetwork/java/)

You must first build and install [Agrona](https://github.com/real-logic/agrona) into the local maven repository
You must first build and install [Agrona](https://github.com/real-logic/agrona) and [Simple Binary Encoding (SBE)](https://github.com/real-logic/simple-binary-encoding) into the local maven repository

$ ./gradlew

After Agrona is compiled and installed, then you can build Aeron.
After Agrona & SBE is compiled and installed, then you can build Aeron.

Full clean and build of all modules

Expand Down

0 comments on commit 8abdfa1

Please sign in to comment.