Lafeng / deblocus

An Excellent Proxy.
MIT License
185 stars 42 forks source link

请问如果下载源代码,如何自行编译,请告知详细步骤(不想用 go get方式) #26

Closed mebest100 closed 9 years ago

mebest100 commented 9 years ago

如题

vickery commented 9 years ago
mkdir -p src/github.com/Lafeng/deblocus
pushd src/github.com/Lafeng/deblocus
wget .......source......
popd
GOPATH=`pwd` go get -d -v github.com/Lafeng/deblocus
GOPATH=`pwd` go build github.com/Lafeng/deblocus