美文网首页
Golang 编译zhmakeindex

Golang 编译zhmakeindex

作者: 破旧的大卡车 | 来源:发表于2022-11-08 09:46 被阅读0次

    windows 下的没有问题, mac下好像不能运行. 故尝试重新编译.

    1. 参考官方安装go.
    2. 编译zhmakeindex
    git clone https://github.com/leo-liu/zhmakeindex.git
    cd zhmakeindex
    go mod init zhmakeindex
    go env -w GO111MODULE=on
    go env -w GOPROXY=https://goproxy.cn
    go build
    install.sh
    

    若出现fatal error: runtime: bsdthread_register error, 则按照https://www.cnblogs.com/layezi/p/16216085.html, 使用

    brew doctor
    

    重新安装brew/core brew/cask等即可.

    相关文章

      网友评论

          本文标题:Golang 编译zhmakeindex

          本文链接:https://www.haomeiwen.com/subject/wzkwtdtx.html