@@ -24,7 +24,6 @@ The Java and C++ SBE implementations are designed with work very efficiently wit
24
24
high-throughput communications. The Java SBE implementation has a dependency on
25
25
[ Agrona] ( https://github.com/real-logic/agrona ) for its buffer implementations.
26
26
27
-
28
27
Binaries
29
28
--------
30
29
Binaries and dependency information for Maven, Ivy, Gradle, and others can be found at
@@ -53,7 +52,6 @@ Run the Java examples
53
52
54
53
$ ./gradlew runJavaExamples
55
54
56
-
57
55
Distribution
58
56
------------
59
57
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
65
63
66
64
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
67
65
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
70
67
71
68
C++ Build using CMake
72
69
---------------------
@@ -86,8 +83,8 @@ If you are comfortable with using CMake, then a full clean, build, and test look
86
83
$ cmake --build . --clean-first
87
84
$ ctest
88
85
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.
91
88
92
89
Golang Build
93
90
------------
@@ -110,14 +107,12 @@ documentation](https://github.com/real-logic/simple-binary-encoding/wiki/Golang-
110
107
Developers wishing to enhance the golang generator should see the [ developer
111
108
documentation] ( https://github.com/real-logic/simple-binary-encoding/blob/master/gocode/README.md )
112
109
113
-
114
110
C# Build
115
111
--------
116
112
Users of CSharp generated code should see the [ user documentation] ( https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide ) .
117
113
118
114
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 )
119
115
120
-
121
116
License (See LICENSE file for full license)
122
117
-------------------------------------------
123
118
Copyright 2013-2019 Real Logic Limited
0 commit comments