Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura authored Dec 20, 2023
1 parent fb142a3 commit bbfb4dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ it easily integrable into your projects.
* [Windows x64](#windows-x64)
* [Build Demo with Native dependency](#build-demo-with-native-dependency)
* [Unix systems](#unix-systems)
* [Windows x64](#windows-x64)
* [Windows x64](#windows-x64)
* [Build Samples](#build-samples)
- [Current State](#current-state)
* [Samples](#samples)
* [Endpoint roles](#endpoint-roles)
Expand Down Expand Up @@ -182,6 +183,14 @@ $ cd demo\build
$ DxFeedDemo.exe demo.dxfeed.com:7300 AAPL
```
### Build Samples
* [build JAR dependency](#build-jar-dependency) -> `src/c/main/demo/build/dxfeed-jni-native-sdk-0.1.0.jar`
* [build native dependency](#build-native-dependency) -> `src/c/main/demo/build/DxFeedJniNativeSdk.dylib|.so|.dll`
* copy to `${SAMPLE_DIR}/build` files
* `dxfeed-jni-native-sdk-0.1.0.jar`
* `DxFeedJniNativeSdk.dylib|.so|.dll`
* run script `sh build_release.sh` or `build_release.cmd`
## Documentation
Expand Down

0 comments on commit bbfb4dd

Please sign in to comment.