Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Gitea ====== [[https://gitea.io/|home page]] ===== build on Debian 10 ===== <code bash> sudo apt install libpam-dev export GOPATH=$HOME/go export PATH=$PATH:${GOPATH//://bin:}/bin go get "github.com/shuLhan/go-bindata" go get -d -u code.gitea.io/gitea cd $GOPATH/src/code.gitea.io/gitea/ git branch -a git checkout release/v1.7 TAGS="bindata sqlite sqlite_unlock_notify pam" make generate build</code> Last modified: 2024-07-05 14:31