Skip to content

Commit

Permalink
Update readme.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
s101d1 authored Jun 30, 2023
1 parent f8669c8 commit 716100c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Ruby bindings to the [libuplink](https://github.com/storj/uplink-c) Storj API li
## <b> Getting Started </b>

### Prerequisites
* Build the [uplink-c](https://github.com/storj/uplink-c) library.
* Clone [uplink-c](https://github.com/storj/uplink-c) repository.
* Check out the release version `v1.7.0`.
```bash
$ git checkout tags/v1.7.0
```
* Run `make build` to build the uplink-c library.
* The `libuplink.so` file should be created in the `.build` folder.
* Add the `libuplink.so` location path into `LD_LIBRARY_PATH` environment variable
```bash
Expand Down

0 comments on commit 716100c

Please sign in to comment.