aboutsummaryrefslogtreecommitdiff
path: root/docs/compile.md
AgeCommit message (Collapse)Author
2021-08-18Require Go 1.13Jakob Unterwurzacher
2021-06-08Sync compile instructions with README.mdJakob Unterwurzacher
2021-03-26compile.md: fix instructions for Go 1.13+Jakob Unterwurzacher
"go get -d" does not download to GOPATH/src anymore: https://github.com/golang/go/issues/31529 Use explicit "git clone" to the current directory as suggested in https://github.com/golang/go/issues/31529#issuecomment-484920157 . Fixes https://github.com/rfjakob/gocryptfs/issues/553
2018-12-16Drop useless subheadingJakob Unterwurzacher
2018-12-16Simplify compile pageJakob Unterwurzacher
2018-02-03Update compile pageJakob Unterwurzacher
Test output was out of date, and GOPATH is now usually set to ~/go.
2016-01-09quickstart using precompiled binariesJakob Unterwurzacher