> On 15 Nov. 2016, at 21:41, Petrusko <[email protected]> wrote: > > Hey! > > Coming here to take some good tips about obfs4 compil from source... > Not enough time since > http://archives.seul.org/or/relays/Jul-2016/msg00101.html > Now it's ok to try another time ! > > On the Raspbian set up, I've started with : > apt-get install git golang-go golang-go.crypto-dev golang-go.net-dev > golang-goptlib-dev golang-ed25519-dev golang-siphash-dev > > After this, with root account : > go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy
Try not using root. > Result is : > package git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy: cannot > download, $GOPATH not set. For more details see: go help gopath > > I've tried many things, GOPATH=/home/petrusko and may be > GOPATH=/home/petrusko/obfs4 > Tried too to clone git with git clone > https://git.torproject.org/pluggable-transports/obfs4.git > > And now I'm lost with this GOPATH problem ! $ go help gopath ... Here's an example directory layout: GOPATH=/home/user/gocode ... Try using GOPATH=/home/petrusko/gocode And running go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy As user petrusko. Tim > Is there a wiki explaining how to compil/install this obfs4proxy from source. > I've found nothing about it... > > From readme, I don't understand this... > To build: > `go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy` > > To install: > Copy `$GOPATH/bin/obfs4proxy` to a permanent location (Eg: `/usr/local/bin`) > > > > Many thx for help :) > > -- > Petrusko > EBE23AE5 > > _______________________________________________ > tor-relays mailing list > [email protected] > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays T -- Tim Wilson-Brown (teor) teor2345 at gmail dot com PGP C855 6CED 5D90 A0C5 29F6 4D43 450C BA7F 968F 094B ricochet:ekmygaiu4rzgsk6n xmpp: teor at torproject dot org ------------------------------------------------------------------------ _______________________________________________ tor-relays mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
