Skip to content

Commit

Permalink
doc: Add Build Dependencies section (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lake <jasonclake@gmail.com>
  • Loading branch information
jasonclake authored and kadler committed Mar 14, 2019
1 parent 85e4aac commit be46669
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,17 @@ Note that building isn't necessary for end users and is more for developers look

```sh
git clone git@github.com:IBM/nodejs-idb-connector.git
yum install sqlcli-devel
cd nodejs-idb-connector
npm install --build-from-source
```
## Build Dependencies
Note: sqlcli header files, gcc, and python are required to compile the code.

Note: Gcc and python are required to compile the code.
```sh
yum install sqlcli-devel
yum group install 'Development tools'
yum install python2
```

## License

Expand Down

0 comments on commit be46669

Please sign in to comment.