Skip to content
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

Building from release tarball is a mess #44

Open
rkeene opened this issue Sep 27, 2016 · 3 comments
Open

Building from release tarball is a mess #44

rkeene opened this issue Sep 27, 2016 · 3 comments

Comments

@rkeene
Copy link

rkeene commented Sep 27, 2016

Building from the 1.6 release tarball is a mess. It requires setting up a bunch of symlinks to various things to get the Makefile to build the target and the Makefile lacks an install target.

@moul
Copy link
Owner

moul commented Sep 28, 2016

Hi @rkeene,

You can checkout the release page with prebuilt binaries: https://github.com/moul/gotty-client/releases

I just added a make install target;
If you prefer to compile the sources by yourself, just be sure to clone/download the repo inside your $GOPATH/src/github.com/moul, else you will need to create symlinks

@rkeene
Copy link
Author

rkeene commented Oct 4, 2016

I downloaded the release tarball, not cloning the Git repo since I'm intending to use the release.

@moul
Copy link
Owner

moul commented Jun 8, 2017

it should not be a problem, but you need to be sure to download and extract it at the good location ($GOPATH/src/github.com/moul/gotty-client)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants