-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mk: add tarball support #4920
mk: add tarball support #4920
Conversation
Still making small improvements. |
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
I should be finished. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
In the future, it would be nice to ship a tarball with a simple makefile and all of the gx dependencies rewritten and vendored (useful for distributions).
@Stebalien this already vendors gx deps. One can unpack this in the correct place in GOPATH (I wanted to work around this but it ended up being more problematic) and type in |
@Kubuxu where? |
|
You can create tarball by running:
make go-ipfs-source.tar.gz
License: MIT
Signed-off-by: Jakub Sztandera kubuxu@protonmail.ch