mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
T.J. Yang
2f7aafe3f7
|
9 years ago | |
---|---|---|
.. | ||
Makefile | 9 years ago | |
gogs.service | 9 years ago | |
gogs.spec | 9 years ago | |
readme.txt | 9 years ago |
readme.txt
Steps:
1. make sure rpmbuild environment in your home is setup.
go get -u -tags "sqlite tidb pam cert" github.com/gogits/gogs
go build -x tags "sqlite tidb pam cert" .
2. genereate gogs binary at gogs top directory.
3. (cd contrib;make)