Remove cgo words from README, not needed anymore
This commit is contained in:
parent
bc1947124e
commit
a0a1cbc819
|
@ -48,15 +48,12 @@ All documentation is available on the
|
||||||
If you wish to work on Terraform itself or any of its built-in providers,
|
If you wish to work on Terraform itself or any of its built-in providers,
|
||||||
you'll first need [Go](http://www.golang.org) installed (version 1.2+ is
|
you'll first need [Go](http://www.golang.org) installed (version 1.2+ is
|
||||||
_required_). Make sure Go is properly installed, including setting up
|
_required_). Make sure Go is properly installed, including setting up
|
||||||
a [GOPATH](http://golang.org/doc/code.html#GOPATH). Make sure Go is compiled
|
a [GOPATH](http://golang.org/doc/code.html#GOPATH).
|
||||||
with cgo support. You can verify this by running `go env` and checking that
|
|
||||||
`CGOENABLED` is set to "1".
|
|
||||||
|
|
||||||
Next, install the following software packages, which are needed for some dependencies:
|
Next, install the following software packages, which are needed for some dependencies:
|
||||||
|
|
||||||
- [Git](http://git-scm.com/)
|
- [Git](http://git-scm.com/)
|
||||||
- [Mercurial](http://mercurial.selenic.com/)
|
- [Mercurial](http://mercurial.selenic.com/)
|
||||||
- [CMake](http://www.cmake.org/)
|
|
||||||
|
|
||||||
Then, install [Gox](https://github.com/mitchellh/gox), which is used
|
Then, install [Gox](https://github.com/mitchellh/gox), which is used
|
||||||
as a compilation tool on top of Go:
|
as a compilation tool on top of Go:
|
||||||
|
@ -64,8 +61,8 @@ as a compilation tool on top of Go:
|
||||||
$ go get -u github.com/mitchellh/gox
|
$ go get -u github.com/mitchellh/gox
|
||||||
|
|
||||||
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`.
|
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`.
|
||||||
Install the necessary dependencies by running `make updatedeps` and then just
|
Install the necessary dependencies by running `make updatedeps` and then just
|
||||||
type `make`. This will compile some more dependencies and then run the tests. If
|
type `make`. This will compile some more dependencies and then run the tests. If
|
||||||
this exits with exit status 0, then everything is working!
|
this exits with exit status 0, then everything is working!
|
||||||
|
|
||||||
$ make updatedeps
|
$ make updatedeps
|
||||||
|
|
Loading…
Reference in New Issue