Commit 4a3a7394 authored by Steven Allen's avatar Steven Allen

doc(README): call out the CGO build error

fixes #6704
parent a8bcecef
...@@ -181,6 +181,8 @@ $ make install ...@@ -181,6 +181,8 @@ $ make install
Alternatively, you can run `make build` to build the go-ipfs binary (storing it in `cmd/ipfs/ipfs`) without installing it. Alternatively, you can run `make build` to build the go-ipfs binary (storing it in `cmd/ipfs/ipfs`) without installing it.
**NOTE:** If you get an error along the lines of "fatal error: stdlib.h: No such file or directory", you're missing a C compiler. Either re-run `make` with `CGO_ENABLED=0` or install GCC.
#### Troubleshooting #### Troubleshooting
- Separate [instructions are available for building on Windows](docs/windows.md). - Separate [instructions are available for building on Windows](docs/windows.md).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment