Skip to content

Commit

Permalink
Merge pull request #47 from TIBCOSoftware/issue-45/build-from-source
Browse files Browse the repository at this point in the history
Issue 45/build from source
  • Loading branch information
torresashjian authored Apr 2, 2019
2 parents 09e6535 + 35528f0 commit 9af3b97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ This allows definition of your smart contracts on a model driven approach and ab

For step by step instructions on how to setup Project Dovetail™ cli environment, please go to the installation section on the [documentation page](https://tibcosoftware.github.io/dovetail/getting-started/getting-started-cli/)

## Build dovetail cli from source

Install [Go version 1.11.x](https://golang.org/doc/install) and [set GOPATH environment variable](https://golang.org/doc/code.html#GOPATH). Then install and test it as follows:

```
export PATH=${GOPATH}/bin:${PATH}
go get -u -d github.com/TIBCOSoftware/dovetail-cli
cd ${GOPATH}/src/github.com/TIBCOSoftware/dovetail-cli
make
```

If you want to just install the cli and not run any tests use "make install" command instead of "make".

If you see test errors, please refer the Troubleshooting or Support section below.

### Note on third party dependencies

Once you install the cli, [these](./go.sum) third party dependencies will be downloaded to your machine. Please note that these third party dependencies are subject to their own license terms.
Expand Down

0 comments on commit 9af3b97

Please sign in to comment.