Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
d77f1f35
Commit
d77f1f35
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CGO install note
parent
7366b7f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
d77f1f35
...
...
@@ -16,12 +16,14 @@ cd $GOPATH/src/github.com/jbenet/go-ipfs/cmd/ipfs
go install
```
NOTE:
NOTE
S
:
*
`git`
and mercurial (
`hg`
) are required in order for
`go get`
to fetch
all dependencies.
*
Package managers often contain out-of-date
`golang`
packages.
Compilation from source is recommended.
*
go-ipfs depends on cgo. In case you've disabled cgo, you'll need to
compile with
`CGO_ENABLED=1`
*
If you are interested in development, please install the development
dependencies as well.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment