Skip to content

Commit

Permalink
Merge pull request #296 from hexfusion/cgo
Browse files Browse the repository at this point in the history
Documentation: define cgo as a dependency.
  • Loading branch information
dmacvicar authored Apr 30, 2018
2 parents 5d724d3 + 3fa78b4 commit 5d0ecd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf
* latest [golang](https://golang.org/dl/) version
* `mkisofs` is required to use the [CloudInit](website/docs/r/cloudinit.html.markdown)
feature.
* `cgo` is required by the [libvirt-go](https://github.com/libvirt/libvirt-go) package. `export CGO_ENABLED="1"`

[Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html):
> To install a plugin, put the binary somewhere on your filesystem, then configure Terraform to be able to find it. The configuration where plugins are defined is ~/.terraformrc for Unix-like systems and %APPDATA%/terraform.rc for Windows.
Expand Down

0 comments on commit 5d0ecd8

Please sign in to comment.