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
他の誰かを助けることを願っています。