Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from kwek20/binary
Browse files Browse the repository at this point in the history
quick readme update
  • Loading branch information
semenov-vladyslav authored Sep 18, 2020
2 parents 3d7223e + 2483858 commit 6373e9b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bindings/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Instructions

./make
Change `src/constants.rs` to your preferred node and settings. (default to localhost)

cargo build --target-dir ./target
Edit your author and subscriber seeds in `make.c`

run `./make` in this folder

Then run `cargo build --target-dir ./target` to build the rust code.

A binary will be generated which you can run in `./target/streams`

0 comments on commit 6373e9b

Please sign in to comment.