Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura authored Nov 26, 2023
1 parent 236ecbd commit e2b6109
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,30 @@ There are the following usage examples:
$ git clone https://github.com/dxFeed/dxfeed-jni-native-sdk.git
$ cd dxfeed-jni-native-sdk
$ mvn clean package
$ cd src/main/c
$ sh build_release.sh
$ ./build/time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
* <details>
<summary>Unix systems</summary>
```
$ cd src/main/c
$ sh build_release.sh
$ ./build/time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
</details>
* <details>
<summary>Windows x64|x86</summary>
* x64
```
$ cd src/main/c
$ sh build_release.cmd
$ ./build/time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
</details>


### Artifacts build by CI:

**todo:** _setup github CI_
Expand Down

0 comments on commit e2b6109

Please sign in to comment.