Giter Club home page Giter Club logo

Comments (3)

sherlockblaze avatar sherlockblaze commented on May 31, 2024

@linger1216

  1. 请首选godep restore ./..方式拉去依赖
  2. 如果使用go get或者git clone方式拉取依赖,请对照 godeps.json 文件拉取对应版本
  3. 最新的代码使用makefile编译,可根据需要更新代码

from baetyl.

ludanfeng avatar ludanfeng commented on May 31, 2024

您所反馈的问题是依赖包冲突导致的,有3个包容易导致编译问题:

  • gomqtt:不要拉取最新的版本,他们升级引入了break change,参照Godeps.json下载指定版本。我们会尽快更新。
  • docker下的docker和distribution:他们直接提交了vendor,需要移除,自己下载依赖

编译方式已经改成更规范的makefile,辛苦同步一下最新的代码,使用make命令编译,详见Makefile
下载依赖:make depends <---推荐用该方法下载依赖包
编译全部:make

欢迎使用,谢谢反馈
PS:我们会尽快更新编译相关的文档

from baetyl.

linger1216 avatar linger1216 commented on May 31, 2024

多谢@ludanfeng @sherlockblaze
代码已经编译成功, 由于make 路径要在gopath/src/baidu/openedge中才会正确build, 所以建议make前最好check下.
:)

from baetyl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.