Skip to content

Commit 558a79f

Browse files
committed
[Java] README.
1 parent 905d541 commit 558a79f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The Java and C++ SBE implementations are designed with work very efficiently wit
2424
high-throughput communications. The Java SBE implementation has a dependency on
2525
[Agrona](https://github.com/real-logic/agrona) for its buffer implementations.
2626

27-
2827
Binaries
2928
--------
3029
Binaries and dependency information for Maven, Ivy, Gradle, and others can be found at
@@ -53,7 +52,6 @@ Run the Java examples
5352

5453
$ ./gradlew runJavaExamples
5554

56-
5755
Distribution
5856
------------
5957
Jars for the executable, source, and javadoc for the various modules can be found in the following directories:
@@ -65,8 +63,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
6563

6664
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
6765

68-
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-1.14.2-SNAPSHOT.jar my-sbe-input.xml
69-
66+
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-1.15.0.jar my-sbe-input.xml
7067

7168
C++ Build using CMake
7269
---------------------
@@ -86,8 +83,8 @@ If you are comfortable with using CMake, then a full clean, build, and test look
8683
$ cmake --build . --clean-first
8784
$ ctest
8885

89-
__Note__: A C generator is included with the C++ build. And is built with the C++ build. Currently, the C generator is a work
90-
in progress.
86+
__Note__: A C generator is included with the C++ build. And is built with the C++ build. Currently, the C generator is
87+
a work in progress.
9188

9289
Golang Build
9390
------------
@@ -110,14 +107,12 @@ documentation](https://github.com/real-logic/simple-binary-encoding/wiki/Golang-
110107
Developers wishing to enhance the golang generator should see the [developer
111108
documentation](https://github.com/real-logic/simple-binary-encoding/blob/master/gocode/README.md)
112109

113-
114110
C# Build
115111
--------
116112
Users of CSharp generated code should see the [user documentation](https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide).
117113

118114
Developers wishing to enhance the CSharp generator should see the [developer documentation](https://github.com/real-logic/simple-binary-encoding/blob/master/csharp/README.md)
119115

120-
121116
License (See LICENSE file for full license)
122117
-------------------------------------------
123118
Copyright 2013-2019 Real Logic Limited

0 commit comments

Comments
 (0)