Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
build.sh 已从源代码树中删除,删除下的 git 上的注释是您应该使用 rake 来构建它。我曾尝试使用 ruby 从源代码树构建 video.js,但未能成功。有人有任何可以帮助构建这个项目的提示吗?
根据开发人员的说法,您应该能够使用 Rake 构建它
rake build:current
如果失败,那么您的 Rake 设置或依赖项可能存在问题。
要使用 rake 构建 videojs,您需要安装 httparty gem
gem install httparty
希望对其他人有所帮助。