We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f8453 commit b12d994Copy full SHA for b12d994
README.md
@@ -64,7 +64,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
64
65
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
66
67
- 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-${SBE_VERSION}.jar my-sbe-messages.xml
+ 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-${SBE_LIB_VERSION}.jar my-sbe-messages.xml
68
69
C++ Build using CMake
70
---------------------
0 commit comments