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 5, 2023
1 parent 5f37579 commit 8695c01
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@ There are the following usage examples:
## Installation
### Requirements
* _maven_
* _Java 1.8 and later_
* _cmake 3.15 and later_
#### Linux | Mac OS
* _gcc | clangd_
#### Windows
* _Visual Studio 2017_
* _CMake >= 3.15_
### Build on local machine
```
Expand All @@ -142,7 +154,8 @@ $ mvn clean package
* <details>
<summary>Unix systems</summary>
```
$ cd src/main/c
$ sh build_release.sh
Expand All @@ -153,12 +166,12 @@ $ mvn clean package
* <details>
<summary>Windows x64</summary>
```
$ cd src/main/c
$ cd src\main\c
$ build_release.cmd
$ cd build
$ ./time_and_sale.exe $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
$ time_and_sale.exe %JAVA_HOME% 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
</details>
Expand Down

0 comments on commit 8695c01

Please sign in to comment.