gotty-client icon indicating copy to clipboard operation
gotty-client copied to clipboard

Building from release tarball is a mess

Open rkeene opened this issue 8 years ago • 3 comments

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.

rkeene avatar Sep 27 '16 17:09 rkeene

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

moul avatar Sep 28 '16 08:09 moul

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

rkeene avatar Oct 04 '16 19:10 rkeene

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)

moul avatar Jun 08 '17 08:06 moul