@@ -24,7 +24,6 @@ The Java and C++ SBE implementations are designed with work very efficiently wit
2424high-throughput communications. The Java SBE implementation has a dependency on
2525[ Agrona] ( https://github.com/real-logic/agrona ) for its buffer implementations.
2626
27-
2827Binaries
2928--------
3029Binaries 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-
5755Distribution
5856------------
5957Jars 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
6664An 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
7168C++ 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
9289Golang Build
9390------------
@@ -110,14 +107,12 @@ documentation](https://github.com/real-logic/simple-binary-encoding/wiki/Golang-
110107Developers wishing to enhance the golang generator should see the [ developer
111108documentation] ( https://github.com/real-logic/simple-binary-encoding/blob/master/gocode/README.md )
112109
113-
114110C# Build
115111--------
116112Users of CSharp generated code should see the [ user documentation] ( https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide ) .
117113
118114Developers 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-
121116License (See LICENSE file for full license)
122117-------------------------------------------
123118Copyright 2013-2019 Real Logic Limited
0 commit comments