Skip to content

Commit

Permalink
Readme changed for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilravuri1 committed Mar 15, 2021
1 parent 148e5a4 commit eb76470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ where uname is the username
Above command will download clidriver.
Add the path of the clidriver downloaded to your Path windows environment variable
(Example: Path=C:\Users\rakhil\go\src\github.com\ibmdb\go_ibm_db\installer\clidriver\bin)
(Example: Path=C:\Users\rakhil\go\src\github.com\ibmdb\clidriver\bin)
```
Expand All @@ -61,13 +61,13 @@ Above command will download clidriver.
Set the below envronment variables with the path of the clidriver downloaded
export DB2HOME=/home/uname/go/src/github.com/ibmdb/go_ibm_db/installer/clidriver
export DB2HOME=/home/uname/go/src/github.com/ibmdb/clidriver
export CGO_CFLAGS=-I$DB2HOME/include
export CGO_LDFLAGS=-L$DB2HOME/lib
Linux:
export LD_LIBRARY_PATH=/home/uname/go/src/github.com/ibmdb/go_ibm_db/installer/clidriver/lib
export LD_LIBRARY_PATH=/home/uname/go/src/github.com/ibmdb/clidriver/lib
Mac:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/home/uname/go/src/github.com/ibmdb/go_ibm_db/installer/clidriver/lib
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/home/uname/go/src/github.com/ibmdb/clidriver/lib
```
Expand Down

0 comments on commit eb76470

Please sign in to comment.