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-dms3
Commits
09868574
Commit
09868574
authored
Apr 04, 2019
by
Jakub Sztandera
Committed by
Steven Allen
Apr 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme: update for go modules
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
f47ed25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
README.md
README.md
+2
-17
No files found.
README.md
View file @
09868574
...
...
@@ -132,29 +132,14 @@ export PATH=$PATH:$GOPATH/bin
#### Download and Compile IPFS
```
$ g
o get -u -d
github.com/ipfs/go-ipfs
$ g
it https://
github.com/ipfs/go-ipfs
.git
$ cd
$GOPATH/src/github.com/ipfs/
go-ipfs
$ cd go-ipfs
$ make install
```
If you are building on FreeBSD instead of
`make install`
use
`gmake install`
.
#### Building on less common systems
If your operating system isn't officially supported, but you still want to try
building ipfs anyways (it should work fine in most cases), you can do the
following instead of
`make install`
:
```
$ make install_unsupported
```
Note: This process may break if
[
gx
](
https://github.com/whyrusleeping/gx
)
(used for dependency management) or any of its dependencies break as
`go get`
will always select the latest code for every dependency, often resulting in
mismatched APIs.
#### Troubleshooting
-
Separate
[
instructions are available for building on Windows
](
docs/windows.md
)
.
...
...
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