Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 authored Mar 28, 2019
1 parent 1ccb982 commit 0114564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.12.3</version>
    <version>1.12.4</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.12.4-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.12.5-SNAPSHOT.jar my_sbe_input.xml


C++ Build using CMake
Expand Down

0 comments on commit 0114564

Please sign in to comment.