-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md中能否添源码编译说明 #3
Comments
程序是用Go语言框架beego开发的,关于二次开发等相关文档手册,会争取在这段时间补全。 |
先简单说下编译。
使用以下方式进行拉取项目:
不用
接着执行 |
go get -v github.com/TruthHun/BookStack 会有如下提示,不知道是什么原因 github.com/TruthHun/BookStack (download) |
刚看了下,确实少了models/store目录下的源码,可能是在开发的时候忘记add里面的源码到git里面一起commit了,我今晚下班回去再重新push上来。更新上来之后再跟你说下,现在暂时先不要做二次开发,源码不完整,疏忽了,抱歉。 |
现在已经把缺失的这两个代码文件更新上来了,是之前配置的 |
完美编译,感谢!同时附上 go get golang.org/x 包失败解决方法
|
2019/10/28 16:02:14 [INFO] Uses 'BookStack' as 'appname' github.com/TruthHun/gotil/mdtil..\gotil\mdtil\md2html.go:9:9: undefined: blackfriday.Run github.com/TruthHun/html2json/html2json..\html2json\html2json\html2json.go:58:23: undefined: blackfriday.Run golang.org/x/sys/windows......\golang.org\x\sys\windows\dll_windows.go:21:6: missing function body |
请问这个是什么原因引起的,谢谢 |
好像没生成数据库 |
数据库通过命令行导入:./BookStack install |
go get -v github.com/TruthHun/BookStack |
这里的go语言环境,具体是哪个版本的golang,还是说对版本没有限制? |
@tlchun github.com/TruthHun/html2json/html2json |
!truth!hun/!book!stack@v1.3.1/controllers/AcountController.go:562:20: assignment mismatch: 2 variables but gocaptcha.NewCaptchaImage returns 1 values |
如果想对该项目进行二次开发的,不知道项目该如何编译,能否在README.md中补充这个内容,谢谢。
The text was updated successfully, but these errors were encountered: