提交 bc7f2f6e 编写于 作者: R Ryan 提交者: Yaron Schneider

added guidance based on local build issues (#62)

上级 e5672b24
......@@ -110,6 +110,10 @@ cd $GOPATH/src/github.com/actionscore/actions/cmd/action
go build -o action
```
**Note**: There is a known issue with a Document DB package that may cause build issues. If building throws an error containing `Cannot find package "github.com/a8m/documentdb-go"`, you'll need to get that package by running `go get -u github.com/a8m/documentdb-go`.
**Windows Users**: Actions currently takes a dependency on gcc. If building throws an error containing: `"gcc": executable file not found in %PATH%`, you'll need to install gcc through the [Cygwin Project](https://sourceware.org/cygwin/) or the [MinGW Project](http://mingw-w64.org/doku.php).
## Usage
Check out the following tutorials:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册