Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 authored Nov 25, 2018
1 parent b506c4c commit 07c0c52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Example for Maven:
<dependency>
    <groupId>uk.co.real-logic</groupId>
    <artifactId>sbe-all</artifactId>
    <version>1.9.0</version>
    <version>1.10.0</version>
</dependency>
```

Expand Down Expand Up @@ -65,7 +65,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun

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

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.9.1-SNAPSHOT.jar my_sbe_input.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-1.10.1-SNAPSHOT.jar my_sbe_input.xml


C++ Build using CMake
Expand Down Expand Up @@ -117,8 +117,7 @@ C# Build
--------
As of May 2017, the CSharp build is considered a preview release. API stability is not yet guaranteed. User and Developer guides are not yet released or are incomplete.

First build using Gradle to generate the SBE jar and then use it to
generate the C# code used for testing and the examples.
First build using Gradle to generate the SBE jar and then use it to generate the C# code used for testing and the examples.

$ ./gradlew
$ ./gradlew generateCSharpCodecs
Expand Down

0 comments on commit 07c0c52

Please sign in to comment.