cbeuw / GoQuiet

A Shadowsocks obfuscation plugin utilising domain fronting to evade deep packet inspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error building with shadowsocks-gq-build.sh

keystrike opened this issue · comments

cmd/gq-server/gq-server.go:13:2: cannot find package "github.com/cbeuw/GoQuiet/gqserver" in any of:
/usr/lib/go-1.6/src/github.com/cbeuw/GoQuiet/gqserver (from $GOROOT)
($GOPATH not set)
Makefile:13: recipe for target 'server' failed
make: *** [server] Error 1
mv build/gq-* /usr/local/bin
mv: cannot stat 'build/gq-*': No such file or directory
Makefile:16: recipe for target 'install' failed
make: *** [install] Error 1
[Error] GoQuiet for shadowsocks-libev install failed.

commented
mkdir src
mv goserver src
mv goclient src
export GOPATH=`pwd`
make server